{% extends "aircox/page_detail.html" %}
{% comment %}Base template used to display informations of a specific show{% endcomment %}
{% load i18n %}
{% block sidebar_title %}
{% with program.title as program %}
{% blocktrans %}Recently on {{ program }}{% endblocktrans %}
{% endwith %}
{% endblock %}