{% endif %}{{ scheme }}
{% endif %}
{% for concept in concepts %}
{% if !parameters.concepts_in_line %}[{{ scheme }}]{% endif %}
{{ concept }}
{% if !loop.last %}
{% if parameters.concepts_in_line %} ; {% else %}
{% endif %}
{% endif %}
{% endfor %}
{% endfor %}";
$skos_view_concepts_list_in_authority = "
{% for scheme, concepts in concepts_list.elements %}
{% if loop.first %}
{{concept}}
{% endfor %} {% endfor %}"; $skos_view_concepts_composed_concepts_list = " {% for scheme, concepts in concepts_list.elements %} {% if loop.first %}{{concept}}
{% endfor %} {% endfor %}";