{% extends "base.html" %} {% block body %}

{{ object.first_name }} Profile

Name: {{ object.first_name }} {{ object.last_name }}

Location: {{ object.location }}

Date: {{ object.now|date }}

{% enblock %}