{% block content %}

{% trans %}Dear {{ name }},{% endtrans %}

{% trans num=questions|length %}The following question has been updated {{ site_name }}:{% pluralize num %}The following {{ num }} questions have been updated on {{ site_name }}:{% endtrans %}

{% include "email/change_settings_info.html" %} {% endblock %} {% block footer %} {% include "email/footer.html" %} {% endblock %}