{% extends 'root_email_template_new.html' %} {% block heading %} Hello {{ user.get_username }} {% endblock heading %} {% block content_body %}

You have {{ deal_count }} stale deal{{ deal_count|pluralize }} that {{ deal_count|pluralize:"needs,need" }} attention:

{% for deal in deals %} {% endfor %}
Deal Stage Days in Stage Expected
{{ deal.name }} {{ deal.stage }} {{ deal.days_in_stage }}d {{ deal.expected_days }}d
{% endblock content_body %} {% block button_link %}
View Stale Deals
{% endblock button_link %}