{% extends "base.html" %} {% load static %} {% block content %}
{% for o in page.object_list %}
{{ o.img.alt }}
{{ o.name }}

{{ o.description }}

{{ o.a.text }}
{% empty %} {% endfor %}
{% endblock content %}