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

System Status


{% if celery_bool %}

Celery {{celery_status}}

{% else %}

Celery {{celery_status}}

{% endif %}
{{celery_msg}}

System Settings

{% csrf_token %} {% include "dojo/form_fields.html" with form=form %}
{% endblock %} {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 %}