{% extends "::admin.html.twig" %} {% block title %} Gestion Slider {% endblock %} {% block entete %} Gestion Slider {% endblock %} {% block body %}
| Image | Title | Description | Url | Status | Action |
|---|---|---|---|---|---|
| {% if slider.title is not null %} {{ slider.title }} {% else %} - NOT IDENTIFIED - {% endif %} | {% if slider.title is not null %} {{ slider.description }} {% else %} - NOT IDENTIFIED - {% endif %} | {% if slider.title is not null %} {{ slider.url }} {% else %} - NOT IDENTIFIED - {% endif %} | {% if slider.enabled == 0 %} Disabled {% else %} Enabled{% endif %} | {{ render(controller('BackBundle:Slider:edit', {'id':slider.id })) }} |