{% comment %} Render list of logs (as widget). Context: - object_list: list of logs to display - is_thin: if True, hide some information in order to fit in a thin container {% endcomment %} {% load aircox %} {% with True as hide_schedule %} {% for object in object_list %} {% endfor %}
{% if object|is_diffusion %} {% else %} {% endif %} {% include "aircox/widgets/log_item.html" %}
{% endwith %}