{% extends "base.html" %} {% load display %} {% block js %} {% endblock %} {% block content %}
{% csrf_token %}

Featured items:

{% for item in featured_items %} {% endfor %} Check items to delete.
{% if featured_items.count < 5 %}
Add an item
{% else %}

You can only designate up to five featured items. Remove at least one item to add another.

{% endif %}
{% endblock %}