{% extends "base.html" %} {% load i18n %} {% load static %} {% block title %}{% trans "Execution trends" %}{% endblock %} {% block contents %}
{% include "datetimepicker_script.html" with selector="#id_after" %}
{% include "datetimepicker_script.html" with selector="#id_before" %}
{% endblock %}