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

{{ object.name }}

{% if object.poster %} {% else %} {% endif %}

{{ object.name }}

{{ object.overview }}

{{ object.course_details }}

{{ object.project }}

{{ object.other_info }}

{{ object.start_date_time }} to {{ object.end_date_time }}


{% ifnotequal object.price 0.0 %}
Rs. {{ object.price }}

Register and pay the amount at FOSS club, ground floor lab after 4:30pm on or before {{ object.start_date_time }} Please make sure you pay the amount as soon as possible so that your seat gets confirmed.

{% endifnotequal %}

Contact: {{ object.contact_info }}

Resource link: {{ object.link }}

seats remaining : {{ no_of_seats_left }}

{% if seats_left %} {% else %}

Contact us to check for more seats.

{% endif %} {% if edit_permission %} {% ifnotequal no_of_seats_left seats_left %} {% endifnotequal %} {% endif %} {# {% if edit_permission %}#} {# #} {# #} {# #} {# {% endif %}#} {% if edit_permission %} {% endif %}

Feedback

{% for i in feedback %}
  • {% if i.name %} {{ i.name }} {% else %} Anonymous {% endif %} :{{ i.comment }}
{% endfor %}
{% include 'base/footer.html' %} {% endblock %}