Scope

Understand the scope of a certain quality model in comparison with the full plurality of the Aligned Quality-Model Map
{% for info in sourceInformation %}
{% for str in info %} {% if loop.index == 1 %}
{{ str }}
{% endif %} {% if loop.index == 2 %}

Author(s): {{ str }}

{% endif %} {% if loop.index == 3 %}

Year: {{ str }}

{% endif %} {% if loop.index == 4 %}

Link: {{ str }}

{% endif %} {% if loop.index == 5 %}
{% endif %} {% endfor %}
{% endfor %}