{% extends "layout.html" %} {% load i18n %} {% block title %}{% trans "Discover" %}{% endblock %} {% block content %} {% trans "Discover" %} {% include 'discover/large-book.html' with status=large.0 %} {% include 'discover/small-book.html' with status=small.0 %} {% include 'discover/small-book.html' with status=small.1 %} {% include 'discover/small-book.html' with status=small.2 %} {% include 'discover/small-book.html' with status=small.3 %} {% include 'discover/large-book.html' with status=large.1 %} {% endblock %}