{% extends "system/base_system.html" %} {% block title %}{{ block.super }} - {%trans "Configuration" %}{% endblock %} {% block content %}

{%trans "General" %}

{% csrf_token %}
{%trans "Event" %} {{ form_event.as_p }}

{%trans "Application" %} {{ form_application.as_p }}

{% endblock %}