{% extends "admin/base.html.twig" %} {% trans_default_domain 'admin' %} {% block title %}{{ "Redirections"|trans }}{% endblock %} {% block pageTitle %}{{ "Redirections"|trans }}{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %} {% block body %} {{ render_esi(controller('App\\Controller\\Admin\\Seo\\RedirectionController::import', {"website": websiteId()} )) }} {{ form_start(form, {"attr": {"novalidate": "novalidate"}}) }}
{{ "Langue"|trans }} | {{ "URL"|trans }} ({{ "Ancienne URI / URL"|trans }}) | {{ "Nouvelle URL"|trans }} ({{ "Avec protocol"|trans }}) | {{ "Actions"|trans }} | {% for redirection in form.redirections %} {{ macro.redirection_prototype(redirection) }} {% endfor %}
---|