{% extends 'email/base.html' %} {% block styles %} ul { padding: 0; } {% endblock %} {% block content %}

{{ _('Hi {username},')|f(username=display_name(recipient)) }}

{% trans %} Our contributors have been working hard on articles and it would be great if you could review them. The faster we get them published the faster they start helping users. {% endtrans %}

{% trans %} If you have a moment please help us by reviewing these articles: {% endtrans %}

{% for docs in docs_list %}

{{ docs['product'] }}

{% endfor %}

{% trans %} Many thanks for your contribution in behalf of SUMO and the happy users who get help! {% endtrans %}

{% trans %} Regards,
The SUMO team. {% endtrans %}

{% endblock %}