{% if object_list %} Limit content to {% for object in object_list %} {{ object.name }}{% if forloop.last %}.{%endif %} {% endfor %} {% endif %}