{% extends "base.html" %} {% block title %}Items{% endblock %} {% block content %}
{% for item in items %} {% endfor %}
imagecodeitempriceaction
{{ item.code|safe }}{{ item.name|safe }}{{ item.price }}
{% endblock %}