{% 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 %}
{% load django_bootstrap5 %}
{% csrf_token %} {% if form.errors %} {% endif %} {% bootstrap_form form %}
{% endblock %}