{% extends "base.html" %} {% load static %} {% block add_styles %} {{ block.super }} .chosen-container { width: 70% !important; } {% endblock add_styles %} {% block content %} {{ block.super }} {% block status %}

System Status


{% if celery_bool %}

Celery {{celery_status}}

{% else %}

Celery {{celery_status}}

{% endif %}
{{celery_msg}}
{% endblock status %}
{% block settings %}

System Settings

{% csrf_token %} {% block form %} {% include "dojo/form_fields.html" with form=form %} {% endblock form %}
{% endblock settings %} {% endblock content %} {comment} Django forms are very rigid so without crispy-forms we're forced to use javascript to add some flavour... {endcomment} {% block postscript %} {{ block.super }} {% endblock %}