{% load static %}
|
{% endif %}
{% if heading %}
{{ heading }}
{% endif %}
{% if heading and text %}
{% endif %} {% if text %} {{ text|safe }} {% endif %} |