{% extends "django_dramatiq_charts/base.html" %} {% block title %}Dramatiq task load chart{% endblock %} {% block description %}Dramatiq task load chart{% endblock %} {% block content %}
{% if empty_qs %}🔍 there is no data for the specified criteria
{{ chart_title|safe }}
{% elif categories %} {% else %}🖦 specify build criteria
{% endif %} {% endblock %} {% block extrabottom %} {% endblock %}