{% extends "_base.html" %} {% load static %} {% load filters %} {% block styles %} {{ block.super }} {% include "includes/datepicker.css.html" %} {% endblock styles %} {% block ui_active_tab %}'visits'{% endblock ui_active_tab %} {% block page_header %}New visit{% endblock page_header %} {% block page_description %}{% endblock page_description %} {% block title %}{{ block.super }} - Add new visit{% endblock %} {% block breadcrumb %} {% include "visits/breadcrumb.html" %} {% endblock breadcrumb %} {% block maincontent %} {% block content %}
{% endblock %} {% endblock maincontent %} {% block scripts %} {{ block.super }} {% include "includes/datepicker.js.html" %} {% endblock scripts %}