{% load staticfiles %} {% block title %}{% firstof caption 'Please note...' %}{% endblock title %}
{% block content %}
{% block icon %} {% endblock icon %}

{% block caption %} {% firstof caption 'Please note...' %} {% endblock caption %}

{% block message %} {{ message|linebreaks }} {% endblock message %}
{% block actions %} {% if next %} Continue {% else %} Okay {% endif %} {% endblock actions %}
{% endblock content %}