- {{ loop(value.items()) }}
-
{% for item in value %}
-
{% if item is mapping %}
-
{{ record_content(item) }}
{% endfor %}
{# SPDX-FileCopyrightText: 2015-2020 CERN. SPDX-License-Identifier: MIT #} {%- extends config.RECORDS_UI_BASE_TEMPLATE %} {%- macro record_content(data) %} {% for key, value in data.items() recursive %}