{% extends 'arnold/base.html' %} {% load crispy_forms_tags %} {% load info %} {% block content %} {% include 'arnold/back.html' %} {% if error %}
{{ error }}
{% endif %}
{% comment %} This form consists of a manually added list of radio buttons to choose interfaces. It is not feasible to add all the information to the labels otherwise. {% endcomment %}
Manual detention of {{ target }} {# Wrapper for radio button port list #}
{% for error in form.camtuple.errors %} {{ error }} {% endfor %}
    {% for candidate in candidates %}
  • {% endfor %}
{# Display form for setting detention choices. #} {% crispy form %}
{# formcontainer #}
{# column #}
{# row #} {% endblock %}