{% extends "base.html" %} {% block body %}
Name: {{ object.first_name }} {{ object.last_name }}
Location: {{ object.location }}
Date: {{ object.now|date }}