{% extends 'admin/base.html.twig' %} {% block content %}
| {{ 'form.slide.label.name'|trans }} | {{ 'form.slide.label.status'|trans }} | {{ 'common.label.picture'|trans }} | {{ 'form.slide.label.position'|trans }} | {{ 'common.action.title'|trans }} |
|---|---|---|---|---|
| {{ slide.name }} | {{ ('common.status.' ~ slide.status)|trans }} |
|
{% if loop.first == false and slide.position > 1 %} {% else %} {% endif %} {% if loop.last == false and slide.position >= 1 %} {% else %} {% endif %} | {% if slide.status == 'enabled' %} {% else %} {% endif %} |