{% extends "base.html" %} {% block title %}Lodel 2 - Collections {% endblock %} {% block content %} {% set collections = my_classes.Collection.get(None) %} {% set issues = my_classes.Issue.get(None) %}
Authors : {% for author in authors %} {{ author.data('firstname')}} {{ author.data('lastname')}} ; {% endfor %}