{% extends "django_cfran/footer.html" %} {% load i18n l10n %} {% block footer_links %} {{ block.super }} {% endblock footer_links %} {% block footer_brand %} {% translate "Back to home page" as back_to_home_label %} {% url 'index' as home_url %} {% if SITE_CONFIG.operator_logo_file and SITE_CONFIG.operator_logo_alt %} {% else %} {% endif %} {% endblock footer_brand %}