{% extends 'sovtimer/base.html' %}
{% load i18n %}
{% load static %}
{% block sovtimer_header %}
{% translate "Sovereignty Timers" as translated_header %}
{% include 'sovtimer/partials/header/h1.html' with header_text=translated_header %}
{% endblock %}
{% block sovtimer_body %}
{% include 'sovtimer/partials/dashboard/table.html' %}
{% endblock %}
{% block extra_css %}
{% include 'bundles/datatables-css.html' %}
{% endblock %}
{% block extra_javascript %}
{% include 'bundles/datatables-js.html' %}
{% include 'bundles/moment-js.html' with locale=True %}
{% endblock %}
{% block extra_script %}
{% endblock extra_script %}