{% extends 'base.html' %} {% load static %} {% block title %}{{ object.activity }}{% endblock %} {% block content %}

{{ object.activity }}

Date and Time: {{ object.get_date }}, {{ object.get_time }}
Estimated Hours: {{ object.estimated_hours }}
{{ object.course.code }} {{ object.course.title }} - {{ object.course.section }}
Mode: {{ object.location.mode }}
Venue: {{ object.location.venue }}

{% endblock %}