{% extends "core.html" %} {% block main %} {% if account is not empty %} {% if account.permissions.books is defined and account.permissions.books == 1 %} + {% endif %} {% endif %} {% for book in books %} {{ book.title|e }} {% endfor %} {% endblock %}
+