{% block body %} {% for row in obj.items.all() %} {% endfor %}
{{row.title}} {{row.qty}}
{% endblock %}