{% extends "base_template.html" %} {% block title %}{{ title }}{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}
{% if val_info.author %}
Auteur : {{ val_info.author | safe }}
{% endif %}
{% if val_info.contributor %}
Contributeur(s) : {{ val_info.contributor }}
{% endif %}
Validez ici le fichier de votre choix
{% set padding_class = 'p-3' %}