{% extends "base.html" %} {% block contents %}

Email preferences ({{ user }})

{% for email_type in email_types %} {% endfor %}
Email type State
{{ email_type }} {% if email_type.id in prefs %} Disabled Click to enable {% else %} Enabled Click to disable {% endif %}
{% endblock %}