{% extends "layouts/default_ext.html" %} {% block title %} Case Tasks {% endblock title %} {% block stylesheets %} {% include 'includes/header_case.html' %} {% endblock stylesheets %} {% block content %} {% include 'includes/navigation_ext.html' %} {% include 'includes/sidenav.html' %}
{% if current_user.is_authenticated %} {{ form.hidden_tag() }}
Loading...
{% endif %}
{% include 'includes/footer.html' %}
{% endblock content %} {% block javascripts %} {% include 'includes/footer_case.html' %} {% endblock javascripts %}