{% extends "base.html" %} {% load tools %} {% block base_header_additional_head %} {% endblock base_header_additional_head %} {% block base_content %} {% with tool=current_user_data.tools|get_tool:'Radius' %} {% include 'nav_header.html' %} {% endwith %} {# Place helper div here to make modal come as high as possible #} {% block radius-helper %}{% endblock %} {% block page_content %}
{% block content %} {% endblock content %}
{% endblock page_content %} {% endblock base_content %}