{% extends "base.html" %} {% load promgen %} {% load tz %} {% block content %}
| Timestamp | User | Body | Link |
|---|---|---|---|
| {{ entry.created|timezone:TIMEZONE }} | {{ entry.user }} |
{{ entry.body }}
{% if entry.data %}
Show
{% if entry.old %}
{% endif %}
{% diff_json entry.old entry.data %}
{% else %}
{{ entry.data|pretty_json}}
{% endif %}
|
{% if entry.content_object %} {{ entry.content_object }} {% endif %} |