{% extends 'root_email_template_new.html' %} {% block heading %} Congratulations, {{ user.get_username }}! {% endblock heading %} {% block content_body %}

Your sales goal "{{ goal.name }}" has reached the {{ milestone }} milestone!

Goal {{ goal.name }}
Type {{ goal.get_goal_type_display }}
Milestone {{ milestone }}
Progress {{ percent }}%
Achieved {{ achieved }}
Target {{ goal.target_value }}
Period {{ goal.period_start }} to {{ goal.period_end }}
{% endblock content_body %} {% block button_link %}
View Goals
{% endblock button_link %}