{% extends "django_dramatiq_charts/base.html" %} {% block title %}Dramatiq task timeline chart{% endblock %} {% block description %}Dramatiq task timeline chart{% endblock %} {% block content %}
{{ form }} Reset {% if cache_enabled %} Update cache {% endif %}
{% if empty_qs %}

🔍 there is no data for the specified criteria

{{ chart_title|safe }}

{% elif chart_data %}
{% else %}

🖦 specify build criteria

{% endif %} {% endblock %} {% block extrabottom %} {% endblock %}