{% extends 'base.html' %} {% load tools %} {% block base_header_additional_head %} {% endblock %} {% block base_content %} {% with tool=current_user_data.tools|get_tool:'WatchDog' %} {% include 'nav_header.html' %} {% endwith %}

NAV status tests

{% include 'watchdog/frag_tests.html' %}
{# .column #}

NAV by the numbers

{% include 'watchdog/frag_overview.html' %}
{# .column #}
{# .row #} {% endblock %}