{% extends BASE_HTML %} {% load i18n creme_widgets %} {% block page_title %}{{title}} - {% endblock %} {% block content %} {% block view_title %}
{% widget_icon name='info' size='brick-hat-bar' %}

{{title}}

{% endblock %} {% block main_content %}
{% if information_messages|length == 1 %} {{information_messages.0}} {% else %} {% endif %}
{% endblock %} {% endblock %}