{% extends 'arvestust.html' %} {% load cache %} {% comment %} Describe the template here. {% endcomment %} {% block header %}{% endblock header %} {% block content %}

{{ object }}

{% endblock content %} {% block footer %}{% endblock footer %} {% block scripts %}{% endblock scripts %}