{% load i18n %} {% load appearance_tags %} {% load autoadmin_tags %} {% load fundraiser_tags %} {% appearance_app_template_cache_disable %} {% autoadmin_properties %} {% if autoadmin_properties.account %} {% fundraiser_message_fetch path='/locations/login/' as message %} {% if message %}

{% if message.title %}
{{ message.title }}
{% endif %} {% if message.body %}
{{ message.body }}
{% endif %}
{% endif %} {% endif %}