{% extends 'web/base.html' %} {% load bootstrap3 %} {% block title %}Email Preferences{% endblock %} {% block flash %} {% if form.non_field_errors %} {% endif %} {% endblock %} {% block content %}

My Account

{% bootstrap_messages %}
{% include 'web/_account-navigation.html' with current_page="email-preferences" %}

I would like to be contacted when:

{% csrf_token %} {% bootstrap_form form %} {% buttons %} {% endbuttons %}
{% endblock %}