{% extends 'creme_config/portal.html' %}
{% load i18n creme_bricks creme_perms %}
{% block title %}
{% if user|has_perm_to_access:'creme_config' %}{% translate 'Configuration' %} > {% endif %}
{% endblock %}
{% block portal_bricks %}
{% brick_declare bricks %}
{% brick_display bricks %}
{% brick_end %}
{% endblock %}