{% form 'my_account_notifications' %} {% if errors.size > 0 %} {% include 'form_errors' %} {% endif %} {% if page.allow_weekly_email_reminders %}
{% assign field = fields.notify_on_weekly_reminder %}
{% endif %} {% if page.allow_discussion_question_answered_email %}
{% assign field = fields.notify_on_my_discussion_question_answered %}
{% endif %}
{% endform %}