{% load static %} Events

graphite events

{% if events %} {% for event in events %} {% endfor %} {% else %}
No events. Add events using the admin interface or by posting (eg, curl -X POST {{ protocol }}://{{ site.domain }}{% url "events" %} -d '{"what": "Something Interesting", "tags" : "tag1"}') {% endif %}
whenwhattags
{{event.when|date:"H:i:s D d M Y" }} {{event.what}} ['{{ event.tags|join:"', '"}}']