{% block page_custom_head %}{% endblock%} {% load custom_tags %} {% tag_webadmin_version as webadmin_version %}
{% if page_title %}

{{ page_title }}

{% endif %}
{% if pending_changes_warning %} {% endif %} {% block content %}{% endblock %}
{% comment %}{% if messages %} {% endif %} {% endcomment %} {% include "template_messages.html" %} {% block custom_page_scripts %} {% endblock %}