{% extends "base.html" %} {% load i18n %} {% block content %}

{{ object.id }}

List of chids
{% for snap in object.annotations %} {% if snap.type == 0 %}
{{ snap.created }}

{{ snap.key }}

{{ snap.value }}
{% endif %} {% endfor %}
{% endblock %}