{% extends "base.html" %} {% load tools %} {% block base_header_additional_head %} {% block additional_seeddb_head %} {% endblock %} {% endblock %} {% block base_content %} {% if current_user_data.messages %}
{% endif %} {% with tool=current_user_data.tools|get_tool:'Seed Database' %} {% include 'nav_header.html' %} {% endwith %} {% endblock base_content %}