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

{% block caption %} {% trans 'Please note...' as cap %} {% firstof caption cap %} {% endblock caption %}

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