{% extends 'base.html' %} {% load i18n %} {% block main %}

{{ object.title }}

{% for item in object.item_set.all %} {% endfor %}
{% endblock %}