{% for part in parts %}
{% set i = i - 1 %}
{% if (part != last) %}
/ {{ part }}
{% else %}
/ {{ part }}
{% endif %}
{% endfor %}
{% endif %}
{% if is_current_path('admin.templates.index') or
is_current_path('admin.templates.edit') or
is_current_path('admin.templates.rename') or
is_current_path('admin.templates.add') %}
/ {{ theme }} {% if id %} / {{ id }}{% endif %}
{% endif %}
{% if is_current_path('admin.fieldsets.index') or
is_current_path('admin.fieldsets.edit') or
is_current_path('admin.fieldsets.rename') or
is_current_path('admin.fieldsets.add') or
is_current_path('admin.snippets.index') or
is_current_path('admin.snippets.edit') or
is_current_path('admin.snippets.rename') or
is_current_path('admin.snippets.add') %}
/ {{ id }}
{% endif %}
{% block content %}{% endblock %}