{% extends "base.html" %} {% block title %}Pick a profile{% endblock %} {% block subtitle %}for the service {{ service.name }}{% endblock %} {% block content %} {% for profile in profiles %}
{{ form.hidden_tag() }}
{% endfor %} {% endblock %}