{% extends "base.html" %} {% load staticfiles i18n %} {% block title %}{% trans "Model graphs" %}{% endblock title %} {% block content %}

{% trans "Model graphs" %}

{% for graph in graphs %}
{{ graph.title }}
{% endfor %} {% endblock content %}