{% 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.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 %} |