{% extends 'base.html' %} {% load static %} {% block title %}{{ object.activity }}{% endblock %} {% block heading %}{{ object.activity }}{% endblock %} {% block content %}
Date and Time: {{ object.datetime }}
Estimated Hours: {{ object.estimated_hours }}
{{ object.course }}
Mode: {{ object.locations.modes }}
Venue: {{ object.locations.venue }}
{% endblock %}