{% extends 'base.html.twig' %} {% set bodyClass = 'documentation_category list' %} {% set menuItem = 'documentation' %} {% block title %}{{ 'documentation.document.title.title'|trans }} - {{ parent() }}{% endblock %} {% block stylesheets %} {% endblock %} {% block body_head %}

{{ 'documentation.document.title.title'|trans }} {{ 'documentation.category.title.subtitle'|trans }}

{% endblock %} {% block breadcrumb %} {% set breadcrumb = [ { 'name': 'documentation.document.title.title'|trans } ] %} {% include '_breadcrumb.html.twig' with {'breadcrumb': breadcrumb} %} {% endblock %} {% block body %}
{{ 'documentation.category.action.new'|trans }} {{ 'documentation.category.action.files'|trans }}
{% for object in objects %} {% endfor %}
{{ 'documentation.category.title.subtitle'|trans }}
{{ 'documentation.category.label.name'|trans }} {{ 'documentation.category.list.count'|trans }} {{ 'global.label.actions'|trans }}
{% if object.documents|length > 0 %} {{ object.name }} {% else %} {{ object.name }} {% endif %} {{ object.documents|length }} {% if object.systeme == 0 %} {{ 'global.action.edit'|trans }} {{ 'global.action.delete'|trans }} {% endif %}
{% endblock %} {% block javascripts %} {{ include('_Utils/_datatable.html.twig') }} {% endblock %}