{% comment %}
Display list of items as small list
Context:
- object_list: object list
- list_url: url to complete list page
{% endcomment %}
{% load i18n aircox %}
{% for object in object_list %}
{% page_widget "item" object %}
{% endfor %}
{% if list_url %}
{% endif %}