{% extends "base.html.twig" %}
{% block metablock %}
{% endblock %}
{% block localstyle %}
{% if not next is empty %}
{% endif %}
{% if not prev is empty %}
{% endif %}
{% if by=="home" %}
{% else %}
{% endif %}
{% if is_granted("ROLE_ADMIN") or (is_granted("ROLE_USER") and illustration.category.user.id==app.user.id) %}
{% endif %}
{{ illustration.name }}
le {{ illustration.submittime|date('d/m/Y H:i') }}