{% extends "saas/base.html" %} {% load saas_tags %} {% block saas_content %} {{title}} for {{organization}} {% for entry in data.0.table.0.values %} {{entry.0|monthly_caption}} {% endfor %} {% for key, elements in data.items %} {% for row in elements.table %} {{row.key}} {% for values in row.values %} {{values.1}} {% endfor %} {% endfor %} {% endfor %} {% endblock %}