{{ object.name }}
{{ object.batch }}, {{ object.email }}
Why do you want to join?
{{ object.motivation }}
Technical knowledge
{{ object.cs_background }}
Interests
{{ object.interests }}
How would you contribute to the club
{{ object.contribution }}
{{ object.date }}
{% if object.is_approved %}
Approved! Mail has been sent to this applicant.
{% endif %}
{% if object.is_rejected %}
Rejected! Mail has sent to this applicant.
{% endif %}
{% ifequal object.is_rejected object.is_approved %}
{% endifequal %}
{% if mail_error %}
error! {{ mail_error }}.
{% endif %}