{% extends "account/email/base.html" %} {% block subject %} Weekly update of your project: {{project.name}} {% endblock %} {% block subtitle %} Hello {{ project.owner.fullname }}, {% endblock %} {% block body %}
Here you have some insights about how your project has been running over the last week.
{{text | join }}| truncate(100) }}
All the best,
{{config.BRAND}} Team
{% endblock %}