{% extends "base.html" %} {% load promgen %} {% block content %}
Timestamp | User | Body | Link |
---|---|---|---|
{{ entry.created }} | {{ 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 %} |