{% extends "app_home/tw4/base.html" %} {% load static %} {% load i18n %} {% block navbar_app %} {% include 'app_home/tw4/_sidebar.html' %} {% endblock %} {% block content %}

{% translate "Configuration" %}

{% translate 'Select a service to configure' %}

{% for app in apps %} {{ app.keyname }} {% endfor %}
{% if appname %}

{{ appname }}

{% translate 'Update settings for this service' %}

{% csrf_token %} {% for field in form %}
{% if field.errors %}

{{ field.errors.0 }}

{% endif %} {{ field }} {% if field.help_text %}

{{ field.help_text }}

{% endif %}
{% endfor %}
{% endif %} {% endblock %}