{{ text |md |safe }}
{% endif %}
{% for graph in graphs %}
{% if graph.name %}
View full screen
{% endif %}
{% if graph.export %}
Export graph
{% endif %}
{% if graph.file %}
Get raw data
{% endif %}
Permalink
{{ loop.index }} / {{ loop.length }} {% if graph.showtitle %} {{ graph.title |mdi |safe }} {% endif %} {{ render_labels(graph.labels) }}
{% if graph.pretext %}
{{ graph.pretext |md |safe }}
{% endif %}
{% if graph.name %}
{% set url = url_for('get_data', filename=graph.name) %}
{% if graph.name.lower().endswith('.svg') %}
{% else %}
{% endif %}
{% endif %}
{% if graph.text %}
{{ graph.text |md |safe }}
{% endif %}
{% if graph.index %}
Tags:
{% for word in graph.index |sortindexes %}
{{ word }}
{% endfor %}
{% endif %}