{% block scripts %} {% endblock %} {% if initializationScripts %} {% endif %}
{% include "include/leverage-modal.html" %}
{% block header %} {% endblock header %} {% block errors %} {% if alerts %} {% for alert in alerts %}
{% if alert.getCorrection %} {{ alert.getCorrection.message }} {% endif %}
{% for message in alert.getMessages %} {% autoescape off %} {{ message }} {% endautoescape %}
{% endfor %}
{% endfor %} {% for message in messages %} {% endfor %} {% else %} {% if messages %} {% for message in messages %}
{% autoescape off %} {{ message }} {% endautoescape %}
{% endfor %} {% endif %} {% endif %} {% endblock errors %} {% block content %} {% endblock %} {% if rhcert.debug != "off" %}
 {% filter force_escape %} {% debug %} {% endfilter %} 
{% endif %}