{% load i18n %} {% if additional_instructions %}
{% translate 'Additional Instructions' %}:
{{ additional_instructions }}


{% endif %} {% if notification_instructions %}
{% translate 'Notifications' %}:
{{ notification_instructions }}


{% endif %}