{% load static %}
Surface Installer
{% if allow_surface_install %}
{% csrf_token %} {% for radio in surface_form.install_type %} {% if not forloop.first %} {{ radio.tag }}
Install
{% endif %} {% endfor %}
{% else %}
Installation in progress…
View Progress
{% endif %}
{{ APP_VERSION_LABEL }}