{% load i18n %} {% load markup %} {% load custom_tags %} {% load wikitags %}
{% if manager.project or manager.dataset or manager.screen or manager.plate %} {% if manager.project %} {% endif %} {% if manager.screen %} {% endif %} {% if manager.dataset %} {% endif %} {% if manager.plate %} {% endif %} {% else %} {% if manager.image %} {% else %}

{% trans "Hierarchy structure not available." %} {% endif %} {% endif %}