{% extends "causal/base.html" %} {% load extras %} {% load media_loaders %} {% block head %} {% load_css "cupertino/jquery-ui.css" %} {% load_js "jquery-ui.min.js" %} {% load_css "iphone-style-checkboxes.css" %} {% load_js "iphone-style-checkboxes.js" %} {% endblock head %} {% block primary %}
{% csrf_token %} {{ form.as_p }}
{% if enabled_services %}

Enabled services:

{% endif %} {% if available_services_unconfigured %}

Unconfigured services:

{% endif %} {% if available_services %}

Available services:

{% endif %}
{% endblock primary %}