template rapport_dactivitees avec pdf à télécharger
This commit is contained in:
@@ -3,17 +3,18 @@
|
||||
|
||||
<div class="">
|
||||
{% for programme in page.header.programmes %}
|
||||
|
||||
<div class="">
|
||||
<div class="">
|
||||
{% if programme.nom_du_programme %}
|
||||
<h4>{{ programme.nom_du_programme }}</h4>
|
||||
{% endif %}
|
||||
{% if programme.texte_de_presentation %}
|
||||
<p>{{ programme.texte_de_presentation }}</p>
|
||||
<p>{{ programme.texte_de_presentation|markdown }}</p>
|
||||
{% endif %}
|
||||
{% if programme.logo %}
|
||||
<img src="/user/pages/01.home/02._programmes/{{programme.logo}} " alt="logo du programme {{programme.nom_du_programme}}" />
|
||||
{{ dump(programme.logo) }}
|
||||
<img src="{{page.media[programme.logo].url|e }}" alt="logo du programme {{programme.nom_du_programme}}" />
|
||||
|
||||
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user