{% extends "htmlemailer/boilerplate.html" %} {% block head %} {% endblock %} {% block body %} {% with picture=invitation.from_user.get_profile_picture_absolute_url %} {% if picture %} {% endif %} {% endwith %}
{{invitation.from_user}}'s Profile Picture

{{invitation.from_user}} invited you {{invitation.purpose}} on GovReady Q

Not interested? You can just ignore this email.

{% endblock %}