- {% include 'messages.html' %}
+ {% include 'messages.html' %}
- {% if not shortcuts %}
-
- {% url 'apps' as apps_url %}
- {% blocktrans trimmed %}
- Enable some applications to add
- shortcuts to this page.
- {% endblocktrans %}
-
+ {% if not shortcuts %}
+
+ {% url 'apps' as apps_url %}
+ {% blocktrans trimmed %}
+ Enable some applications to add
+ shortcuts to this page.
+ {% endblocktrans %}
+
+ {% endif %}
+
+ {% if details %}
+ {% block pagetitle %}
+
{{ details_label }}
+ {% endblock %}
+
+ {% block description %}
+ {% for paragraph in details %}
+
{{ paragraph|safe }}
+ {% endfor %}
+ {% endblock %}
+
+ {% include "clients.html" with clients=clients enabled=service.is_enabled %}
+
+ {% if user.is_authenticated and user_is_admin and configure_url %}
+
{% endif %}
+ {% endif %}
- {% if details %}
-
-
-
{{ details_label }}
-
-
- {% for paragraph in details %}
-
- {{ paragraph|safe }}
-
- {% endfor %}
-
-
- {% if user.is_authenticated and user_is_admin and configure_url %}
-
- {% trans "Configure »" %}
- {% endif %}
-
- {% endif %}
-
-