{% extends "base.html" %} {% block title %}Item List{% endblock %} {% block content %}
| Name | Sample Thumb | Description |
|---|---|---|
| {{ item.name }} |
{% if item.photo_set.count %}
|
{{ item.description }} |
There are currently no items to display.
{% endif %} {% endblock %}