{% extends "base/layout.html" %} {% block bodyclass %}{{block.super}} small{% endblock %} {% block beforewrapper %}{% endblock %} {% block contenttitle %}

{% if flash.error %}{% trans 'Error!' %}{% endif %} {% if flash.success %}{% trans 'Success!' %}{% endif %} {% if flash.notice %}{% trans 'Notice!' %}{% endif %}

{% endblock %} {% block flash %} {% endblock %} {% block body %} {% if messages %} {% for message in messages %}

{{message|safe}}

{% endfor %} {% endif %}

Volver al inicio

{% endblock %}