{% extends 'admin.base.html.twig' %} {% block title %}Modifier une catégorie{% endblock %} {% block page_title %}Modifier la catégorie « {{ category.title }} »{% endblock %} {% block breadcrumb %} {% include '_breadcrumb.html.twig' with { breadcrumbs: [ { label: 'Catégories', path: path('app_category_index') }, { label: 'Modifier' } ] } %} {% endblock %} {% block content %}
{{ gallery.description|striptags|slice(0, 100) }}{% if gallery.description|length > 100 %}...{% endif %}
{% endif %}