{% extends "layout.html" %} {% block header %}

{{ model.label }}

{% endblock %} {% block modal %} {% include "modals/loading.html" %} {% include "modals/error.html" %} {% include "modals/actions.html" %} {% endblock %} {% block content %}
Jobs are disabled
Please consult the documentation on how to enable jobs.
{% endblock %}