{% extends 'index.html' %} {% block content %} {% load i18n %} {% load basefilters %}
{% include 'time_sheet/time_sheet_navbar.html' %}
{% if view_type == "card" %} {% include 'time_sheet/time_sheet_card_view.html' %} {% else %} {% include 'time_sheet/time_sheet_list_view.html' %} {% endif %}
{% endblock content %}