{% extends "aircox/base.html" %} {% load i18n aircox %} {% block head_title %} {% block title %}{{ user.username }}{% endblock %} {% endblock %} {% block content-container %}

Mon Profil

{% translate "Username" %} : {{ user.username|title }}

Mes émissions

{% if programs|length %} {% else %} {% trans 'You are not listed as a program editor yet' %} {% endif %}
{% endblock %}