{% 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 %}

{{ concepts_list.title }}

{% endif %} {% if parameters.concepts_in_line %} {% if !loop.first %}
{% 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_schemes_list = " {% for scheme in concepts_list %} {% if loop.first %} {{ msg.onto_common_inscheme }} :
{% endif %} {{ scheme }}
{% endfor %}"; $skos_view_concepts_narrowers_list = " {% for scheme, concepts in concepts_list.elements %} {% if loop.first %} {{ concepts_list.title }}
{% endif %} {% if parameters.concepts_in_line %} {% if !loop.first %}
{% 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_broaders_list = " {% for scheme, concepts in concepts_list.elements %} {% if loop.first %} {{ concepts_list.title }}
{% endif %}

{{scheme}}

{% for concept in concepts %}

{{concept}}

{% endfor %} {% endfor %}"; $skos_view_concepts_composed_concepts_list = " {% for scheme, concepts in concepts_list.elements %} {% if loop.first %}

{{ concepts_list.title }}

{% endif %} {% if parameters.concepts_in_line %} {% if !loop.first %}
{% 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_related_list = " {% for scheme, concepts in concepts_list.elements %} {% if loop.first %} {{ concepts_list.title }}
{% endif %}

{{scheme}}

{% for concept in concepts %}

{{concept}}

{% endfor %} {% endfor %}";