{% comment %} Renders django messages. Used as an include template, and the include template can take the css class for the wrapper via the ``messages_cssclass`` attribute/parameter. {% endcomment %} {% load i18n %} {% load cradmin_tags %} {% if messages %} {% endif %}