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

{{ object.name }}

{{ object.description }}

Venue: {{ object.venue }}

{{ object.start_date }} to {{ object.end_date }}


{{ object.trainer_bio }}

Level: {{ object.level }}

Prerequisites: {{ object.prerequisites }}

Participants : {{ object.no_of_participants }}

Travel: {{ object.travel }}

Accomodation: {{ object.accomodation }}

Expense: {{ object.expense }}

Lab Requirements: {{ object.lab_requirements }}

ICTS Support: {{ object.icts_support }}

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