templates/textes/detail-texte.html.twig line 1

Open in your IDE?
  1. {% extends 'templates.html.twig' %}
  2. {% block headcontent %}
  3.     {% include "textes/texte_entete.inc.html.twig" %}
  4. {% endblock %}
  5. {% block content %}
  6. <main class="tc-desktop-2_3 tc-phone-1_1">
  7.     {% if download_by_mail_request.onGoing is not defined or (download_by_mail_request.onGoing is defined and not download_by_mail_request.onGoing) %}
  8.         <div class="tc-block">
  9.             <div class="tc-block-body">
  10.                 {% if date is defined and date %}
  11.                 <p class="tc-textwrap-lieuville">&Eacute;crit en {{ date }} - {{ language|trans }}</p>
  12.                 {% endif %}
  13.             </div>
  14.         </div>
  15.         {% if abstract is defined and abstract %}
  16.         <section class="tc-panel">
  17.             <div class="tc-panel-header">
  18.                 <h2>Présentation</h2>
  19.             </div>
  20.             <div class="tc-panel-body">
  21.                 <div class="tc-block tc-block-article">
  22.                     <div class="tc-block-body tc-block-body ">
  23.                         <div class="tc-block-content-custom">
  24.                         {{ abstract|raw }}
  25.                         </div>
  26.                     </div>
  27.                 </div>
  28.             </div>
  29.         </section>
  30.         {% endif %}
  31.     {% endif %}
  32.     {% if video is defined and video %}
  33.     <section class="tc-panel">
  34.         <div class="tc-panel-header">
  35.             <h2>Le texte par l'auteur</h2>
  36.         </div>
  37.         <div class="tc-panel-body">
  38.             <div class="tc-block">
  39.                 <div class="tc-block-body">
  40.                     <div class="tc-video-16_9">
  41.                         <iframe width="{{ video.div_width }}" height="{{ video.div_height }}" webkitallowfullscreen mozallowfullscreen allow="fullscreen" src="/embed/{{ video.code }}?no_title"></iframe>
  42.                     </div>
  43.                     <div class="tc-block-body-text">
  44.                         {% for item in video.texts %} 
  45.                             <a href="/textes/{{ item.url_clean }}/{{ video.url_clean_more }}">{{ video.sujet_titre }}</a>
  46.                         {% endfor %}
  47.                     </div>
  48.                 </div>
  49.             </div>
  50.         </div>
  51.         <div class="tc-panel-footer">
  52.             <a href="/textes/{{ url_clean }}/{{ video.url_clean_more }}" class="tc-more-link">Toutes les vidéos</a>
  53.         </div>
  54.     </section>
  55.     {% endif %}
  56.     {% if last_podcast is defined and last_podcast %}
  57.     <section class="tc-panel">
  58.         <div class="tc-panel-header">
  59.             <h2>écouter</h2>
  60.         </div>
  61.         <div class="tc-panel-body">
  62.             <div class="tc-block">
  63.                 {% for idpodcast,podcast in last_podcast %}
  64.                 <div class="tc-block-body">
  65.                     {{ podcast.player|raw }}
  66.                 </div>
  67.                 {% endfor %}
  68.             </div>
  69.         </div>
  70.         <div class="tc-panel-footer">
  71.             <a href="/textes/{{ url_clean }}/podcasts" class="tc-more-link">Toutes les émissions</a>
  72.         </div>
  73.     </section>
  74.     {% endif %}
  75.     <div class="tc-masonry-container">
  76.         <!-- PERSONNAGES -->
  77.         {% if personnages is defined and personnages %}
  78.         <section class="tc-panel tc-tablet-1_2">
  79.             <div class="tc-border-context" >
  80.                 <div class="tc-panel-header">
  81.                     <h3 class="tc-title-medium">{% trans %}text_info_npeople{% endtrans %}</h3>
  82.                 </div>
  83.                 <div class="tc-panel-body">
  84.                     <div class="tc-block">
  85.                         <div class="tc-block-body-text tc-clean-list">
  86.                             {% if nmale is defined and nmale %}<li>{{ nmale }} {% trans %}text_info_nmale{% endtrans %}</li>{% endif %}
  87.                             {% if nfemale is defined and nfemale %}<li>{{ nfemale }} {% trans %}text_info_nfemale{% endtrans %}</li>{% endif %}
  88.                             {% if npeople is defined and npeople %}<li>{{ npeople }} </li>{% endif %}
  89.                         </div>
  90.                     </div>
  91.                 </div>
  92.             </div>
  93.         </section>
  94.         {% endif %}
  95.         <!-- INFOS DIVERSES -->
  96.         {% if help_other is defined and help_other %}
  97.         <section class="tc-panel tc-tablet-1_2">
  98.             <div class="tc-border-context" >
  99.                 <div class="tc-panel-header">
  100.                     <h3 class="tc-title-medium">{% trans %}text_title_helpother{% endtrans %}</h3>
  101.                 </div>
  102.                 <div class="tc-panel-body">
  103.                     <div class="tc-block">
  104.                         <div class="tc-block-body-text">
  105.                             {{ help_other|raw }}
  106.                         </div>
  107.                     </div>
  108.                 </div>
  109.             </div>
  110.         </section>
  111.         {% endif %}
  112.         <!-- Prix -->
  113.         {% if laureats_nominations is defined and laureats_nominations %}
  114.         <section class="tc-panel tc-tablet-1_2">
  115.             <div class="tc-border-context">
  116.                 <div class="tc-panel-header tc-bg-extralight-gray">
  117.                     <h3>Prix et distinctions</h3>
  118.                 </div>
  119.                 {% for prix in laureats_nominations %}
  120.                 <div class="tc-panel-body">
  121.                     <div class="tc-block">
  122.                         <div class="tc-block-body">
  123.                             {% if prix.aide.contact.profile_picture is defined and prix.aide.contact.profile_picture %}
  124.                             <figure class="tc-media-thumbnail">
  125.                                 <img src="{{ prix.aide.contact.profile_picture }}" alt="" width="100px">
  126.                             </figure>
  127.                             {% endif %}
  128.                             <div class="tc-block-body-text">
  129.                                 <p>{{ prix.year_start }}</p>
  130.                                 <p>
  131.                                     <a href="/contacts/{{ prix.aide.contact.urlClean }}/{{ prix.aide.type_aide_infos.contact_link }}">{{ prix.aide.aidecontact.title }}</a>
  132.                                 </p>
  133.                                 <span class="prix_type">{{ prix.aide.type_aide_label }}</span>
  134.                                 <span class="prix_detail">{{ prix.aide.aide }}</span>
  135.                                 {% if aide.url is defined and aide.url %}
  136.                                     <div class="prix_aide_contact" style="padding-top:3px;"><a href="{{ aide.url }}" class="popup"><small>+ d'infos</small></a></div>
  137.                                 {% endif %}
  138.                             </div>
  139.                         </div>
  140.                     </div>
  141.                 </div>
  142.                 {% endfor %}
  143.             </div>
  144.         </section>
  145.         {% endif %}
  146.         <!-- aides et soutiens -->
  147.         {% if type_aides is defined and type_aides %}
  148.             {% for k_type_aide,type_aide in type_aides %}
  149.             <section class="tc-panel tc-tablet-1_2">
  150.                 <div class=" tc-border-context ">
  151.                     <div class="tc-panel-header tc-bg-extralight-gray">
  152.                         <h3>{{ type_aide.label }}</h3>
  153.                     </div>
  154.                     {% if type_aide.aides is defined and type_aide.aides %}
  155.                         {% for aide in type_aide.aides %}
  156.                         <div class="tc-panel-body">
  157.                             <div class="tc-block">
  158.                                 <div class="tc-block-body">
  159.                                     {% if aide.aide.contact.profile_picture is defined and aide.aide.contact.profile_picture %}
  160.                                     <figure class="tc-media-thumbnail">
  161.                                         <img class=" tc-border-neutral" src="{{ aide.aide.contact.profile_picture }}" width="100px" />
  162.                                     </figure>
  163.                                     {% endif %}
  164.                                     <div class="tc-block-body-text">
  165.                                         <p>{{ aide.year_start }}</p>
  166.                                         <p>{{ aide.aide.aidecontact.title }}</p>
  167.                                         <p>{{ aide.aide.aide }}</p>
  168.                                         <p><a href="/contacts/{{ aide.aide.contact.urlClean }}/{{ k_type_aide }}/">{{ aide.aide.contact.organisation }}</a></p>
  169.                                         {% if aide.url is defined and aide.url %}
  170.                                         <p class="prix_aide_contact"><a href="{{ aide.url }}">+ d'infos</a></p>
  171.                                         {% endif %}
  172.                                     </div>
  173.                                 </div>
  174.                             </div>
  175.                         </div>
  176.                         {% endfor %}
  177.                     {% endif %}
  178.                 </div>
  179.             </section>
  180.             {% endfor %}
  181.         {% endif %}
  182.         <!-- proposition de demande de téléchargement du texte par email -->
  183.         {% if download_text_by_mail_proposal is defined and download_text_by_mail_proposal %}
  184.             <section class="tc-panel tc-tablet-1_2">
  185.                 <div class="tc-border-context">
  186.                     <div class="tc-panel-header tc-bg-extralight-gray">
  187.                         <h3>Recevoir le texte par mail</h3>
  188.                     </div>
  189.                     <div class="tc-panel-body">
  190.                         <div class="tc-block">
  191.                             <div class="tc-block-body">
  192.                                 <div class="tc-nlock-body-text">
  193.                                     <p>Nous vous proposons de vous mettre en relation avec l'auteur, un comité de lecture ou une association qui pourra vous adresser le manuscrit par mail.</p>
  194.                                     <a href="?demande-texte-par-email"
  195.                                        style="
  196.                                             display: block;
  197.                                             -webkit-appearance: none;
  198.                                             width: 70%;
  199.                                             margin: 20px auto 0;
  200.                                             border: 1px solid transparent;
  201.                                             transition: background-color .25s ease-out;
  202.                                             font-size: 1.2rem;
  203.                                             text-align: center;
  204.                                             cursor: pointer;
  205.                                             background-color: #499e9b;
  206.                                             color: #fff;
  207.                                             padding: .5em;
  208.                                         "
  209.                                        onmouseover="this.style.backgroundColor='#2c5f5d';"
  210.                                        onmouseout="this.style.backgroundColor='#499e9b';"
  211.                                     >
  212.                                         Lire le texte
  213.                                     </a>
  214.                                 </div>
  215.                             </div>
  216.                         </div>
  217.                     </div>
  218.                 </div>
  219.             </section>
  220.         {% endif %}
  221.         <!-- Proposition de téléchargement du texte par url -->
  222.         {% if download_text_by_url_proposal is defined and download_text_by_url_proposal %}
  223.             <section class="tc-panel tc-tablet-1_2">
  224.                 <div class="tc-border-context">
  225.                     <div class="tc-panel-header tc-bg-extralight-gray">
  226.                         <h3>Télécharger le texte</h3>
  227.                     </div>
  228.                     <div class="tc-panel-body">
  229.                         <div class="tc-block">
  230.                             <div class="tc-block-body">
  231.                                 <div class="tc-block-body-text">
  232.                                     <p>Nous vous proposons de vous mettre en relation avec une association qui vous propose un lien de téléchargement du manuscrit.</p>
  233.                                     <a href="{{ download_text_by_url_proposal.url }}"
  234.                                        id="download-text-by-url-btn"
  235.                                        target="_blank"
  236.                                        style="
  237.                                         display: block;
  238.                                         -webkit-appearance: none;
  239.                                         width: 70%;
  240.                                         margin: 20px auto 0;
  241.                                         border: 1px solid transparent;
  242.                                         transition: background-color .25s ease-out;
  243.                                         font-size: 1.2rem;
  244.                                         text-align: center;
  245.                                         cursor: pointer;
  246.                                         background-color: #499e9b;
  247.                                         color: #fff;
  248.                                         padding: .5em;
  249.                                    "
  250.                                        onmouseover="this.style.backgroundColor='#2c5f5d';"
  251.                                        onmouseout="this.style.backgroundColor='#499e9b';"
  252.                                     >
  253.                                         Lire le texte
  254.                                     </a>
  255.                                 </div>
  256.                             </div>
  257.                         </div>
  258.                     </div>
  259.                 </div>
  260.             </section>
  261.         {% endif %}
  262.         <!-- Demande de téléchargement du texte par email -->
  263.         {% if download_by_mail_request.onGoing is defined and download_by_mail_request.onGoing %}
  264.             <section class="tc-panel">
  265.                 <div class="tc-panel-header">
  266.                     <h2>Demande de manuscrit</h2>
  267.                 </div>
  268.                 <div class="tc-block-body">
  269.                     <div class="tc-block">
  270.                         <div class="tc-block-body">
  271.                             {% if userIsConnected is defined and userIsConnected %}
  272.                                 {% if download_by_mail_request.mail_sent_message.success is not defined %}
  273.                                     {% if download_by_mail_request.mail_sent_message.failure is defined %}
  274.                                         <p style="color: red;">{download_by_mail_request[mail_sent_message][failure]}</p>
  275.                                     {% endif %}
  276.                                     <p>Merci de nous décrire les raisons de votre commande pour que nous puissions en informer le(s) auteur(s) et/ou traducteur(s). Champ obligatoire.</p>
  277.                                     {{ form_start(form) }}
  278.                                     {{ form_row(form.mail_message) }}
  279.                                     <p>Votre adresse de correspondance : <a href="#">{{ download_by_mail_request.userEmail}}</a></p>
  280.                                     <p>Cette adresse est associée à votre compte « Mon théatre ». Si vous souhaitez recevoir le manuscrit à une autre adresse, merci de <a href="/montheatre/regions">modifier votre compte</a>.</p>
  281.                                     {{ form_row(form.validation) }}
  282.                                     {{ form_end(form) }}
  283.                                 {% else %}
  284.                                     <p style="color: #499e9b;">{{ download_by_mail_request.mail_sent_message.success }}</p>
  285.                                 {% endif %}
  286.                             {% else %}
  287.                                 {% if url_clean is defined and url_clean %}
  288.                                     <p>Veuillez vous <a href="http://theatre.localhost/montheatre/connexion/?urifrom=/textes/{{ url_clean }}?demande-texte-par-email&entete_connexion=">connecter</a> ou <a href="https://www.theatre-contemporain.net/montheatre/inscription?urifrom=/textes/{{ url_clean }}?demande-texte-par-email">créer un compte</a></p>
  289.                                 {% else %}
  290.                                     <p>Veuillez vous <a href="https://www.theatre-contemporain.net/montheatre/connexion/?urifrom=/&entete_connexion=">connecter</a> ou <a href="https://www.theatre-contemporain.net/montheatre/inscription">créer un compte</a></p>
  291.                                 {% endif %}
  292.                             {% endif %}
  293.                         </div>
  294.                     </div>
  295.                 </div>
  296.             </section>
  297.         {% endif %}
  298.         <!-- Aide à la création -->
  299.         {% if text_aide_creation is defined and text_aide_creation %}
  300.         <section class="tc-panel tc-tablet-1_2">
  301.             <div class="tc-border-context">
  302.                 <div class="tc-panel-header">
  303.                     <h3 class="tc-title-medium">Aide à la création d'Artcena</h3>
  304.                 </div>
  305.                 {% for prix in text_aide_creation is defined %}
  306.                     <div class="tc-panel-body">
  307.                         <div class="tc-block-body">
  308.                             <div class="tc-block-body-text">
  309.                                 <p>{{ prix.aide.mention_texts }}</p>
  310.                                 <p>{{ prix.year_start }}</p>
  311.                             </div>
  312.                         </div>
  313.                     </div>
  314.                 {% endfor %}
  315.             </div>
  316.         </section>
  317.         {% endif %}
  318.         <!-- Aide à la traduction -->
  319.         {% if text_aide_traduction is defined and text_aide_traduction %}
  320.         <section class="tc-panel tc-tablet-1_2">
  321.             <div class="tc-border-context">
  322.                 <div class="tc-panel-header">
  323.                     <h3 class="tc-title-medium">Aide à la traduction</h3>
  324.                 </div>
  325.                 <div class="tc-panel-body tc-masonry-container">
  326.                     {% for aide in text_aide_traduction %}
  327.                         <div class="tc-block">
  328.                             <div class="tc-block-body">
  329.                                 <div class="tc-block-body-text">
  330.                                     <p>{{ aide.aide.mention_texts }} - <a href="/contacts/{{ aide.aide.contact.url_clean }}/">{{ aide.aide.contact.organisation }}</a></p>
  331.                                     <p>{{ aide.year_start }}</p>
  332.                                 </div>
  333.                             </div>
  334.                         </div>
  335.                     {% endfor %}
  336.                 </div>
  337.             </div>
  338.         </section>
  339.         {% endif %}
  340.         <!-- AUTORISATION DE REPRESENTATION -->
  341.         <!-- si perfoming_contact == publisher -->
  342.         {% if request_performing is defined and request_performing %}
  343.         <section class="tc-panel tc-tablet-1_2">
  344.             <div class="tc-border-context" >
  345.                 <div class="tc-panel-header">
  346.                     <h3 class="tc-title-medium" >{% trans %}text_title_authperforming{% endtrans %}</h3>
  347.                 </div>
  348.                 <div class="tc-panel-body">
  349.                     <div class="tc-block">
  350.                         <div class="tc-block-body">
  351.                             <div class="tc-block-body-text">
  352.                                 <p class="infolegale">{% trans %}text_title_authperforming_mention{% endtrans %}</p>
  353.                                 {% if request_performing_text is defined and request_performing_text %}
  354.                                 <p>{{ request_performing_text|raw }}</p>
  355.                                 {% endif %}
  356.                                 {% if performing_is_publisher is defined and performing_is_publisher %}
  357.                                     <p>{% trans %}text_title_authperforming_mentionb{% endtrans %}</p>
  358.                                 {% else %}
  359.                                     <p{% include 'textes/performing_contact.inc.html.twig' %}
  360.                                 {% endif %}
  361.                             </div>
  362.                         </div>
  363.                     </div>
  364.                 </div>
  365.             </div>
  366.         </section>
  367.         {% endif %}
  368.         <!-- AUTORISATION DE TRADUCTION -->
  369.         {% if request_translation is defined and request_translation %}
  370.          <section class="tc-panel tc-tablet-1_2">
  371.             <div class="tc-border-context" >
  372.                 <div class="tc-panel-header">
  373.                     <h3 class="tc-title-medium" >{% trans %}text_title_authtranslation{% endtrans %}</h3>
  374.                 </div>
  375.                 <div class="tc-panel-body">
  376.                     <div class="tc-block">
  377.                         <div class="tc-block-body">
  378.                             <p class="infolegale">{% trans %}text_title_authtranslation_mention{% endtrans %}</p>
  379.                             {% if request_translation_text is defined and request_translation_text %}
  380.                                 <p>{{ request_translation_text|raw }}</p>
  381.                             {% endif %}
  382.                             {% if translation_is_publisher is defined and translation_is_publisher%}
  383.                                 <p>{% trans %}text_title_authtranslation_mentionb{% endtrans %}</p>
  384.                             {% else %}
  385.                                 <p{% include 'textes/translation_contact.inc.html.twig' %}
  386.                             {% endif %}
  387.                         </div>
  388.                     </div>
  389.                 </div>
  390.             </div>
  391.         </section>
  392.         {% endif %}
  393.         <!-- COMPLEMENT INFORMATION -->
  394.         {% if moreinfo is defined and moreinfo %}
  395.         <section class="tc-panel tc-tablet-1_2">
  396.             <div class="tc-border-context" >
  397.                 <div class="tc-panel-header">
  398.                     <h3 class="tc-title-medium">{% trans %}text_title_informations{% endtrans %}</h3>
  399.                 </div>
  400.                 <div class="tc-panel-body">
  401.                     <div class="tc-block">
  402.                         <div class="tc-block-body">
  403.                             <div class="tc-block-body-text">
  404.                                 <p>{{ moreinfo|raw }}</p>
  405.                             </div>
  406.                         </div>
  407.                     </div>
  408.                 </div>
  409.             </div>
  410.         </section>
  411.         {% endif %}
  412.         <!-- AIDE TRADUCTION -->
  413.         {% if help_translation is defined and help_translation %}
  414.         <section class="tc-panel tc-tablet-1_2">
  415.             <div class="tc-border-context" >
  416.                 <div class="tc-panel-header">
  417.                     <h3 class="tc-title-medium">{% trans %}text_title_helptranslation{% endtrans %}</h3>
  418.                 </div>
  419.                 <div class="tc-panel-body">
  420.                     <div class="tc-block">
  421.                         <div class="tc-block-body">
  422.                             <div class="tc-block-body-text">
  423.                                 <p>{{ help_translation|raw }}</p>
  424.                             </div>
  425.                         </div>
  426.                     </div>
  427.                 </div>
  428.             </div>
  429.         </section>
  430.         {% endif %}
  431.         <!-- AIDE PUBLICATION -->
  432.         {% if help_publishing is defined and help_publishing %}
  433.         <section class="tc-panel tc-tablet-1_2">
  434.             <div class="tc-border-context" >
  435.                 <div class="tc-panel-header">
  436.                     <h3 class="tc-title-medium">{% trans %}text_title_helppublishing{% endtrans %}}</h3>
  437.                 </div>
  438.                 <div class="tc-panel-body">
  439.                     <div class="tc-block">
  440.                         <div class="tc-block-body">
  441.                             <div class="tc-block-body-text">
  442.                                 <p>{{ help_publishing|raw }}</p>
  443.                             </div>
  444.                         </div>
  445.                     </div>
  446.                 </div>
  447.             </div>
  448.         </section>
  449.         {% endif %}
  450.         {% if spectacles.current is defined and spectacles.current %}
  451.         <section class="tc-panel tc-tablet-1_2 tc-spectacles-tpl-b">
  452.             <div class="tc-border-context">
  453.                 <div class="tc-panel-header tc-bg-extralight-gray">
  454.                     <h3>&Agrave; l'affiche</h3>
  455.                 </div>
  456.                 <div class="tc-panel-body">
  457.                     {% if spectacles.current.spectacles is defined and spectacles.current.spectacles %}
  458.                         {% for idspectacle,spectacle in spectacles.current.spectacles %}
  459.                         <div class="tc-block">
  460.                             {% include 'spectacles/spectacle_titre.inc.html.twig' %}
  461.                         </div>
  462.                         {% endfor %}
  463.                     {% endif %}
  464.                     {% if spectacles.current.lectures is defined and spectacles.current.lectures %}
  465.                         {% for idspectacle,spectacle in spectacles.current.lectures %}
  466.                         <div class="tc-block">
  467.                             {% include 'spectacles/spectacle_titre.inc.html.twig' %}
  468.                         </div>
  469.                         {% endfor %}
  470.                     {% endif %}
  471.                 </div>
  472.             </div>
  473.         </section>
  474.         {% endif %}
  475.         {% if spectacles_traductions.current is defined and spectacles_traductions.current %}
  476.         <section class="tc-panel tc-tablet-1_2 tc-spectacles-tpl-b">
  477.             <div class="tc-border-context">
  478.                 <div class="tc-panel-header tc-bg-extralight-gray">
  479.                     <h3>&Agrave; l'affiche en traduction</h3>
  480.                 </div>
  481.                 <div class="tc-panel-body">
  482.                     {% if spectacles_traductions.current.spectacles is defined and spectacles_traductions.current.spectacles %}
  483.                         {% for idspectacle,spectacle in spectacles_traductions.current.spectacles %}
  484.                         <div class="tc-block">
  485.                             {% include 'spectacles/spectacle_titre.inc.html.twig' %}
  486.                         </div>
  487.                         {% endfor %}
  488.                     {% endif %}
  489.                 </div>
  490.             </div>
  491.         </section>
  492.         {% endif %}
  493.         {% if derniers_culturebox is defined and derniers_culturebox is not empty %}
  494.         <section class="tc-panel tc-desktop-1_1">
  495.             <div class="tc-panel-header tc-neutral-color tc-panel-header-bg-color">
  496.                     <img src="{{ racine_site }}/images/icones/logo-culture-box.png" alt="Culturebox"/>
  497.                     <h2>Culturebox</h2>
  498.                     <p class="tc-subtitle">(Re)voir les captations intégrales </p>
  499.                   </div>
  500.                 {% for idpodcast,podcast in derniers_culturebox %}
  501.                 <div class="tc-panel-body" style="padding-top: 0; margin-top:0;">
  502.                     <div class="tc-block">
  503.                         {% include '/podcasts/culturebox_titre.inc.html.twig' %}
  504.                     </div>
  505.                 </div>
  506.                 {% endfor %}
  507.             <div class="tc-panel-footer">
  508.                 {# TODO Cette route n'existe pas !!! #}
  509.                 <a href="/culturebox/view/filtre/all" class="tc-more-link">Toutes les captations</a>
  510.             </div>
  511.         </section>
  512.         {% endif %}
  513.     </div>
  514. </main>
  515. {% endblock %}
  516. {% block javascripts %}
  517.     <script src="{{ racine_site }}/navigation/js/france-culture/iframe-size.js"></script>
  518.     <script src="{{ racine_site }}/navigation/js/france-inter/iframe-size.js"></script>
  519. {% endblock %}