{% extends "xprez/modules/base.html" %} {% load xprez %} {% block content %} {% for item in items %} {% if item.number %}
{{ item.number_intcomma }}{% if item.suffix %}{{ item.suffix }}{% endif %}
{% if item.caption %}
{{ item.caption }}
{% endif %}
{% endif %} {% endfor %} {% endblock %}