{% load url from future %} Timepiece: {% block title %}{% endblock %} {% block javascript %} {% comment %} .button() is in both bootstrap & jqueryui. Selectable depends on jqueryui's, and bootstrap's is not currently used, so we'll load jqueryui last so that it has precedence. {% endcomment %} {% if perms.timepiece.view_business %} {{ quick_search_form.media.js }} {% endif %} {% endblock javascript %} {% block extrajs %} {% endblock extrajs %} {% block css %} {% endblock %} {% block staticfiles %} {% load compress %} {% if debug %} {% else %} {% compress css %} {% endcompress %} {% endif %} {% endblock staticfiles %} {% block extracss %} {% endblock %} {% block navigation %} {% include "timepiece/navigation.html" %} {% endblock navigation %}
{% block messages %} {% include "timepiece/messages.html" %} {% endblock messages %} {% if user.is_authenticated %} {% block breadcrumb %} {% endblock breadcrumb %} {% endif %} {% block content %} {% endblock content %}
{% block footer %} {% endblock footer %}