• {% if app.request.attributes.get('_controller')|extractControllerName == 'Home' %} {% set notDefined = false %}
  • {% trans %}breadcrumb_home{% endtrans %}
  • {% endif %} {% if app.request.attributes.get('_controller') == 'error_controller' %}
  • {% trans %}breadcrumb_error{% endtrans %} {{ app.request.attributes.get('exception').statusCode }}
  • {% endif %} {% if app.request.attributes.get('_controller')|extractControllerName == 'Me' %} {% set notDefined = false %}
  • {% trans %}breadcrumb_me{% endtrans %}
  • {% if app.request.attributes.get('_controller')|extractActionName == 'password' %}
  • {{ 'breadcrumb_me_password'|trans }}
  • {% endif %} {% endif %} {% if app.request.attributes.get('_controller')|extractControllerName == 'Document' %} {% set notDefined = false %} {% if app.request.attributes.get("Document") %}
  • {{ ('breadcrumb_' ~ app.request.attributes.get("Document").classShort ~ 's')|trans }}
  • {% if app.request.attributes.get("Document").Directory is defined %}
  • {{ app.request.attributes.get("Document").Directory.fullName }}
  • {% endif %}
  • "{{ app.request.attributes.get("Document").title }}" (# {{ app.request.attributes.get("Document").id }})
  • {% else %}
  • {{ ('breadcrumb_' ~ app.request.attributes.get('type')|capitalize ~ 's')|trans }}
  • {% endif %}
  • {{ ('breadcrumb_' ~ app.request.attributes.get('_controller')|extractActionName)|trans }}
  • {% endif %} {% if app.request.attributes.get('_controller')|extractControllerName == 'User' %} {% set notDefined = false %}
  • {{ ('breadcrumb_' ~ app.request.attributes.get('_controller')|extractControllerName ~ 's')|trans }}
  • {% if app.request.attributes.get("User") %}
  • {{ app.request.attributes.get("User").fullName }}
  • {% endif %} {% endif %} {% if app.request.attributes.get('_controller')|extractControllerName == 'Directory' %} {% set notDefined = false %}
  • {{ ('breadcrumb_' ~ app.request.attributes.get('_controller')|extractControllerName ~ 's')|trans }}
  • {% if app.request.attributes.get('_route') == 'directory_list_dead' %}
  • {{ ('breadcrumb_directory_dead')|trans }}
  • {% endif %} {% if app.request.attributes.get('_route') == 'directory_list_wanted' %}
  • {{ ('breadcrumb_directory_wanted')|trans }}
  • {% endif %} {% if app.request.attributes.get("Directory") %}
  • {{ app.request.attributes.get("Directory").fullName }} (# {{ app.request.attributes.get("Directory").id }})
  • {% endif %}
  • {{ ('breadcrumb_' ~ app.request.attributes.get('_controller')|extractActionName)|trans }}
  • {% endif %} {% if app.request.attributes.get('_controller')|extractControllerName == 'Group' %} {% set notDefined = false %}
  • {{ ('breadcrumb_' ~ app.request.attributes.get('_controller')|extractControllerName ~ 's')|trans }}
  • {% if app.request.attributes.get('_controller')|extractActionName == 'employee' %}
  • {{ 'breadcrumb_Employee'|trans }}: {{ app.request.attributes.get("Employee").fullName }}
  • {% endif %} {% endif %} {% if app.request.attributes.get('_controller')|extractControllerName == 'Folder' %} {% set notDefined = false %}
  • {% trans %}breadcrumb_Folders{% endtrans %}
  • {% if app.request.attributes.get("Folder") %}
  • "{{ app.request.attributes.get("Folder").title }}" (# {{ app.request.attributes.get("Folder").id }})
  • {% endif %} {% if app.request.attributes.get('_controller')|extractActionName in ['directory'] %}
  • {{ ('breadcrumb_folder_add_directory')|trans }}
  • {% endif %} {% if app.request.attributes.get('_controller')|extractActionName in ['document'] %}
  • {{ ('breadcrumb_folder_add_document')|trans }}
  • {% endif %} {% endif %} {% if app.request.attributes.get('_controller')|extractControllerName == 'Admin' %} {% set notDefined = false %}
  • {{ ('breadcrumb_admin_dashboard')|trans }}
  • {% if app.request.attributes.get("Group") %}
  • {{ ('breadcrumb_admin_groups')|trans }}
  • "{{ app.request.attributes.get("Group").name }}" (# {{ app.request.attributes.get("Group").id }})
  • {% endif %} {% if app.request.attributes.get('_controller')|extractActionName in ['group','groupAdd'] %}
  • {{ ('breadcrumb_admin_groups')|trans }}
  • {% endif %} {% if app.request.attributes.get('_controller')|extractActionName in ['groupEdit'] %}
  • {{ 'breadcrumb_edit'|trans }}
  • {% endif %} {% if app.request.attributes.get('_controller')|extractActionName in ['groupAdd'] %}
  • {{ 'breadcrumb_create'|trans }}
  • {% endif %} {% if app.request.attributes.get('_controller')|extractActionName in ['groupDocuments'] %}
  • {{ 'breadcrumb_documents'|trans }}
  • {% endif %} {% if app.request.attributes.get('_controller')|extractActionName in ['groupRankView', 'groupRankEdit'] %}
  • {{ ('breadcrumb_admin_groups')|trans }}
  • {% if app.request.attributes.get("Rank") %}
  • "{{ app.request.attributes.get('Rank').mainGroup.name }}" (# {{ app.request.attributes.get('Rank').mainGroup.id }})
  • {{ 'breadcrumb_rank'|trans }}: {{ app.request.attributes.get('Rank').name }}
  • {% endif %} {% endif %} {% if app.request.attributes.get('_controller')|extractActionName in ['groupRankEdit'] %}
  • {{ 'breadcrumb_edit'|trans }}
  • {% endif %} {% if app.request.attributes.get('_controller')|extractActionName in ['groupRankAdd'] %}
  • {{ 'breadcrumb_rank'|trans }}: {{ 'breadcrumb_create'|trans }}
  • {% endif %} {% if app.request.attributes.get('_controller')|extractActionName in ['groupSubGroupView', 'groupSubGroupEdit'] %}
  • {{ ('breadcrumb_admin_groups')|trans }}
  • {% if app.request.attributes.get("SubGroup") %}
  • "{{ app.request.attributes.get('SubGroup').mainGroup.name }}" (# {{ app.request.attributes.get('SubGroup').mainGroup.id }})
  • {{ 'breadcrumb_subgroup'|trans }}: {{ app.request.attributes.get('SubGroup').name }}
  • {% endif %} {% endif %} {% if app.request.attributes.get('_controller')|extractActionName in ['groupSubGroupEdit'] %}
  • {{ 'breadcrumb_edit'|trans }}
  • {% endif %} {% if app.request.attributes.get('_controller')|extractActionName in ['groupSubGroupAdd'] %}
  • {{ 'breadcrumb_subgroup'|trans }}: {{ 'breadcrumb_create'|trans }}
  • {% endif %} {% if app.request.attributes.get('_controller')|extractActionName == 'user' %}
  • {{ ('breadcrumb_admin_users')|trans }}
  • {% endif %} {% if app.request.attributes.get("User") %}
  • {{ ('breadcrumb_admin_users')|trans }}
  • {{ app.request.attributes.get("User").fullName }} (# {{ app.request.attributes.get("User").id }})
  • {% endif %} {% if app.request.attributes.get('_controller')|extractActionName in ['logs', 'logsView'] %}
  • {{ ('breadcrumb_admin_logs')|trans }}
  • {% if app.request.attributes.get("filename") %}
  • {{ app.request.attributes.get("filename")}}
  • {% endif %} {% endif %} {% endif %}