{% extends "preferences/_base.html" %} {% from "macros/box.html" import m_box_content %} {% from "macros/form.html" import m_field %} {% block content %} {% call m_box_content(_("Community email digests")) %}
{{ csrf.field() }} {% for field in form %} {{ m_field(field) }} {% endfor %}
{% endcall %} {% endblock %}