{% extends "atlas/base.html" %} {% load crispy_forms_tags %} {% block css %}{% endblock %} {% block js %} {{ form.media }} {% endblock %} {% block content %}

Add / Edit Condition

Use this form to create or edit a condition.

Please check if it already exists before doing so!

{% csrf_token %} {% crispy form %}
{% endblock %}