{# templates/superadmin/configuration/sa_mots_cles.html.twig #} {% extends 'superadmin_v2/superadmin.html.twig' %} {% block title %}Mots clés - {{ parent() }}{% endblock %} {% block body %} {{ render(controller('App\\Controller\\Superadmin\\SaLayoutController::breadcrumb', {'rubriques_id':rubriques_id, 'action':filariane_action} )) }} {{ include('superadmin_v2/layout/sa_tab.html.twig') }}
{{ include('superadmin_v2/layout/sa_debug.html.twig') }} {{ include('superadmin_v2/layout/sa_alert.html.twig') }}
Ajouter / Mettre à jour :
Filtrer :
{% if list_mots_cles|length > 0 and id_ville is defined and id_ville is not empty and service is defined and service is not empty %} {% endif %}
{% if list_mots_cles|length > 0 %} {% for k,row in list_mots_cles %} {% endfor %}
# Mot clé Description Actions
{{ k+1 }} {{ row.tag }} {{ row.description }}
{% endif %}
{{ include('superadmin_v2/layout/sa_footer.html.twig') }}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}