{% extends 'base/adminbase.html.twig' %} {% block title %}{% trans %}Sections{% endtrans %}{% endblock %} {% block body %}

{% trans %}Sections{% endtrans %}

{% block flash %} {% include 'base/flash.html.twig' %} {% endblock %}
On trouve ici les titres et sous-titres des sections du site.
{% for section in sections %} {% endfor %}
{% trans %}Sections fr{% endtrans %} {% trans %} Sections en{% endtrans %}
  • {{ section.about }}
  • {{ section.category }}
  • {{ section.team }}
  • {{ section.qandA }}
  • {{ section.contact }}
  • {{ section.price }}
  • {{ section.eabout }}
  • {{ section.ecategory }}
  • {{ section.eteam }}
  • {{ section.eqandA }}
  • {{ section.econtact }}
  • {{ section.eprice }}
  • {% else %} {% trans %}Il n'y a encore pas de section{% endtrans %}
    {% endblock %}