Dear {{ object.user.get_full_name }},

{% if object.attendance_status == 'pending' or object.attendance_status == 'accepted' %}
Your application to attend {{ WAFER_CONFERENCE_NAME }} has been approved.
{% elif object.attendance_status == 'denied' %}
We're sorry to tell you that we are unable to accept your registration request.
Our venue capacity is too limited.
{% endif %}

-- 
The {{ WAFER_CONFERENCE_NAME }} team
