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

{{ object.activity }}

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

Estimated Hours: {{ object.estimated_hours }}

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

{% comment %} {% endcomment %} {% endblock %}