{% extends 'jsondataferret/base.html' %} {% block breadcrumbs %} {% endblock %} {% block content %}
{% if page_obj.paginator.count > 0 %}At | By | Records | Comment | |
---|---|---|---|---|
{{ event.created }} | {{ event.user }} |
{% with records_summary=event.get_records_summary %}
{% for record in records_summary.records %}
{% endfor %}
{% if records_summary.more %} ... {% endif %}
{% endwith %}
|
{{ event.comment|linebreaks }} | View |
No events are available.
{% endif %} {% endblock %}