{% extends "base.html" %} {% block title %}Apps - Admin Panel{% endblock %} {% block page_title %}Apps Management{% endblock %} {% block content %}
{{ template.folder_path }}
App templates will be created automatically when you first visit this page.
| App Name | API Key | Status | CAPTCHA | Max Attempts | Created | Actions |
|---|---|---|---|---|---|---|
| {{ app.app_template.name }} |
{{ app.api_key }}
|
{% if app.enabled %} Enabled {% else %} Disabled {% endif %} | {% if app.turnstile_enabled %} {% else %} {% endif %} | {{ app.max_attempts }} | {{ app.created_at.strftime('%Y-%m-%d %H:%M') }} |
|
Deploy apps from the templates above to see them here.