diff --git a/swh/web/templates/browse.html b/swh/web/templates/browse.html index c459f1f2..49df049b 100644 --- a/swh/web/templates/browse.html +++ b/swh/web/templates/browse.html @@ -1,54 +1,54 @@ {% extends "layout.html" %} {% load swh_templatetags %} {% block content %}
{% if top_panel_visible %} -
+
{% if top_panel_collapsible %}
{% endif %} - {% for key, val in swh_object_metadata.items|dictsort:"0.lower" %} + {% for key, val in swh_object_metadata.items|dictsort:"0.lower" %} {% endfor %}
{% if top_panel_collapsible %}
{% endif %}
{% endif %} {% if main_panel_visible %} -
+
{% block swh-browse-main-panel-content %}{% endblock %}
{% endif %}
{% block swh-browse-after-panels %}{% endblock %} {% endblock %}