{% extends "micboard/base.html" %} {% block title %}{% if assignment %}Edit{% else %}Create{% endif %} Assignment{% endblock %} {% block content %}

{% if assignment %}Edit{% else %}Create{% endif %} Assignment

Cancel
{% if error %} {% endif %}
{% csrf_token %} {% if assignment %}
Performer
{{ assignment.performer.name }}
Wireless Unit
{{ assignment.wireless_unit.name }}
Monitoring Group
{{ assignment.monitoring_group.name }}
{% else %}
{% endif %}
{% if assignment %}
{% endif %} {% for option in alert_options %}
{% endfor %}
{% endblock %}