{% load pretty %} {% include 'partials/notify.html' %} {% if live is not None %}

Live {{ context_object_name_singular }} info

{% block live_tbody %} {% for key, item in live.items %} {% if key in pretty %} {% else %} {% endif %} {% endfor %} {% endblock %}
attribute value
{{ key }} {% if item is not None %}
{{ item|pretty }}
{% endif %}
{{ key }} {% if item is not None %} {{ item }} {% endif %}
{% endif %} {% if object is not None %}

{{ title_singular }} info

{% block tbody %} {% for key, item in object.items %} {% if key in pretty %} {% else %} {% endif %} {% endfor %} {% endblock %}
attribute value
{{ key }} {% if item is not None %}
{{ item|pretty }}
{% endif %}
{{ key }} {% if item is not None %} {{ item }} {% endif %}
{% endif %}