{% extends "base.html" %} {% load grafana %} {% block content %}
{% for annotation in object_list|dictsort:'id' %} {% endfor %}
{{annotation.tags}}
{{annotation.epoch|from_epoch}}
{{annotation.epoch_end|from_epoch}}
{{annotation.text}} {{annotation.user}}
{% endblock %}