{% load i18n %} {% load static %} {% with binary_files=issue.get_binary_files_href %} {% if articles_to_appear %}

{% trans "Articles acceptés à paraître dans un prochain fascicule" %}

{% else %} {% if issue.title_html %}

{% include 'common/common-title.html' with item=issue with_links=False %}

{% endif %}

{% if LANGUAGE_CODE == 'fr' %}Sommaire{% endif %} {% if issue.number and volume_items %} {% if LANGUAGE_CODE == 'fr' %} du {% endif %} {% trans 'Fascicule' %} no. {{ issue.number }} {% endif %} {% if LANGUAGE_CODE == 'en' %} Table of Contents{% endif %}

{% endif %} {% if binary_files.toc %}

{% trans 'Liste complète des exposés' %}

{% include 'common/common-binary-files.html' with embargo=issue.embargo binary_files=binary_files.toc %} {% endif %} {% if binary_files.frontmatter %}

{% trans 'Pages préliminaires' %}

{% include 'common/common-binary-files.html' with embargo=issue.embargo binary_files=binary_files.frontmatter %} {% endif %} {% if binary_files.backmatter %}

{% trans 'Pages finales' %}

{% include 'common/common-binary-files.html' with embargo=issue.embargo binary_files=binary_files.backmatter %} {% endif %} {% endwith %}