Measure

Use information in the Aligned Quality-Model Map to retrieve aligned measurement possibilities from other quality models.
{% 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 %}