{% extends "layout-admin.html" %} {% block content %}
£{{set.price}}
This set contains the following items:
{% for item in itemset %}
{% if item.setid == set.id %}
{{item.name}}
{% endif %}
{% endfor %}