{% extends "base.html.j2" %} {% block content %}
{% include "frag_aside.html.j2" %}
{% for field_name in field_names %} {% endfor %} {% for row in rows %} {% for field in row %} {% endfor %} {% endfor %}
{{ field_name }}
{{ field }}
{% endblock %}