{% extends "aircox/page_detail.html" %} {% comment %}Detail page for regular articles{% endcomment %} {% load i18n %} {% block sidebar %} {{ block.super }} {% if sidebar_object_list %}
{% comment %}Translators: in page detail sidebar{% endcomment %}

{% trans "Latest news" %}

{% for object in sidebar_object_list %} {% include "aircox/widgets/page_item.html" %} {% endfor %}
{% endif %} {% endblock %}