{% extends "_base.html" %} {% load static %} {% load filters %} {% block styles %} {{ block.super }} {% include "includes/datetimepicker.css.html" %} {% endblock styles %} {% block ui_active_tab %}'appointments'{% endblock ui_active_tab %} {% block page_header %}New appointment{% endblock page_header %} {% block page_description %}{% endblock page_description %} {% block title %}{{ block.super }} - Add new appointment{% endblock %} {% block breadcrumb %} {% include "appointments/breadcrumb.html" %} {% endblock breadcrumb %} {% block maincontent %} {% block content %}