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

{{ object.activity }}

Date and Time: {{ object.target_datetime | date:"m/d/Y, h:i A" }}

Estimated Hours: {{ object.estimated_hours }}

{{ object.course.code }} {{ object.course.title }} - {{ object.course.section }}

Mode: {{ object.location.mode }}

Venue: {{ object.location.venue }}

{% endblock %}