{#{% extends 'base.html.twig' %}#}
{#{% block title %}Ajouter une photo{% endblock %}#}
{#{% block body %}#}
{# #}
{# Ajouter une photo
#}
{# {% for label, messages in app.flashes %}#}
{# {% for message in messages %}#}
{# {{ message }}
#}
{# {% endfor %}#}
{# {% endfor %}#}
{# {{ form_start(form) }}#}
{# {{ form_row(form.imageFile) }}#}
{# {{ form_row(form.title) }}#}
{# {{ form_row(form.description) }}#}
{# {{ form_row(form.visibility) }}#}
{# #}
{# {{ form_end(form) }}#}
{# #}
{#{% endblock %}#}