{% load aircox %}
{% comment %}
Context:
- objects: list of objects to display
- url_name: url name to show the full list
- url_parent: parent page for the full list
- url_label: label of url button
{% endcomment %}
{% for object in objects %}
{% page_widget "card" object %}
{% endfor %}
{% if url_name %}
{% endif %}