{% load cosinnus_tags i18n %} {% if folder and folder.path != '/' %} {% include breadcrumb_template with folder=folder.container %} {% if current_folder and current_folder.path == folder.path %}
  • {% if folder.special_type %}{% trans folder.title context "special_folder_type" %}{% else %}{{ folder.title }}{% endif %}
  • {% else %}
  • {% if folder.special_type %}{% trans folder.title context "special_folder_type" %}{% else %}{{ folder.title }}{% endif %}
  • {% endif %} {% endif %}