{# Le styles -#} {% include "rq_dashboard/navbar.html" %} {% if deprecation_options_usage %}

You are using deprecated options, pay attention to --help or readme.md to update your settings!
{% for option in deprecation_options_usage %} option {{ option }} is deprecated
{% endfor %}

{% endif %}
{% block content %}{% endblock %}
{% include "rq_dashboard/footer.html" %}