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