{% extends 'creme_config/portal.html' %}
{% load i18n %}
{% load has_perm_to from creme_core_tags %}
{% block title %}
{% has_perm_to access 'creme_config' as conf_perm %}
{% if conf_perm %}{% translate 'Configuration' %} > {% endif %}
{% endblock %}