{% extends 'jsondataferret/base.html' %} {% block content %}

Type {{ type.title }} record {{ record.public_id }}

{% if events %} {% for event in events %} {% endfor %}
At By  
{{ event.created }} {{ event.user }} View
{% else %}

No events are available.

{% endif %} {% endblock %}