{% extends 'layouts/admin/admin.html.twig' %} {% block title %}Admin - {{ context.get['app'] ? context.get['app'].name : company_name }} - {{ title }}{% endblock %} {% block body %}

Catégories

Nouvelle categorie
{% include 'admin/blogs/categories/_form_new.html.twig' %}
{% for categorie in categories %} {% else %} {% endfor %}
Nom de la categorie Slug Ordre Blogs Actions
{{ categorie.name }} {{ categorie.slug }} {{ categorie.ordre }} {{ categorie.blogs.count }} {% include 'admin/blogs/categories/_delete_form.html.twig' %}
{{ data_none }}
{% endblock %} {% block javascripts %} {% endblock %}