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

{% translate "Configuration" %}


{% translate 'Select service to configure' %}

{% endblock %} {% block content %}
{% for app in apps %} {{ app.keyname }} {% endfor %}
{% if appname %}
{% csrf_token %}
{{ form.as_table }}
{% endif %} {% endblock %}