{% extends "base.html" %} {% block content %} {% for dash in dashboard_set.all %} {% endfor %}
Title View Tags Last Updated
{{ dash.title }} View on Grafana
    {% for tag in dash.tag_set.all %}
  • {{tag.term}}
  • {% endfor %}
{{dash.updated}}
{% endblock %}