{% include "accounts/settings-tabs.html" with communication_preference_settings="selected" %}
{{ comm_pref_formset.management_form }} {% csrf_token %}
{% for comm_pref_form, description in form_data %} {{ comm_pref_form.id }}
{{ description.long_description }}
{{ comm_pref_form.methods }}
{% endfor %}