{% extends 'base/base.html' %} {% load static %} {% block title %} {{ object.name }} {% endblock %} {% block body %} {% include 'base/nav-bar.html' %}

{{ 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 %}
{% endif %} {% if object.is_rejected %}
{% endif %} {% ifequal object.is_rejected object.is_approved %}

{% endifequal %} {% if mail_error %} {% endif %}
{% include 'base/footer.html' %} {% endblock %}