{% extends 'creme_config/portal.html' %}
{% load i18n creme_bricks %}
{% load has_perm_to from creme_core_tags %}
{% block page_title %}{% translate 'Configuration' %} > {{app_verbose_name}} - {% endblock %}
{% block title %}
{% has_perm_to access 'creme_config' as conf_perm %}
{% if conf_perm %}{% translate 'Configuration' %} > {% endif %}{% translate 'Application' %}: {{app_verbose_name}}
{% endblock %}
{% block portal_bricks %}
{% include 'creme_config/bricks/configurable-models.html' %}
{% brick_import app='creme_config' name='settings' as settings_brick %}
{% brick_declare bricks %}
{% brick_display settings_brick bricks %}
{% endblock %}