{% 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 %}