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

{{ object.activity }}

Date and Time:

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


Estimated Hours:

{{ object.estimated_hours }}


Course:

{{ object.course }}


Mode:

{{ object.location.mode }}


Venue:

{{ object.location.getvenue|urlize }}


{% endblock %}