{% extends '@ChillMain/Admin/layoutWithVerticalMenu.html.twig' %} {% block admin_content %}
{{ 'Name'|trans }} | {{ 'Active'|trans }} | {{ 'Actions'|trans }} |
---|---|---|
{% if entity.category is not null -%} {{ entity.category.name|localize_translatable_string }} > {% endif -%} {{ entity.name|localize_translatable_string }} | {% if entity.active and not entity.isActiveAndParentActive %} {{ 'Associated activity reason category is inactive'|trans }} {% endif %} |