forked from rc/aircox
12 lines
302 B
HTML
12 lines
302 B
HTML
{% 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 %}
|
|
|
|
|