{% extends "django_dramatiq_charts/base.html" %} {% block title %}Dramatiq task timeline chart{% endblock %} {% block description %}Dramatiq task timeline chart{% endblock %} {% block content %}
{% 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 %}