{% extends "aircox/page_detail.html" %}
{% load i18n %}
{% block sidebar %}
{{ block.super }}
{% if sidebar_items %}
{% trans "Latest news" %}
{% for object in sidebar_items %}
{% include "aircox/page_item.html" %}
{% endfor %}
{% endif %}
{% endblock %}