{% load staticfiles %} {% load custom_tags %} opensourceprojects.eu - Open Source Evaluation: "{{ analysis.graph }}"

"{{ analysis.name }}" created on {{ analysis.created }} by {{ analysis.user_login }} {% if weight_scenario.name != "" %}
Questions are weighted according to "{{ weight_scenario.name }}" profile. {% endif %}

Summary

{% autoescape off %}{{ analysis.comment }}{% endautoescape %}

{% autoescape off %}{% methodology_version_radar_chart analysis.methodology_version.id weight_scenario.id %}{% endautoescape %} {% autoescape off %}{% methodology_version_bar_chart analysis.methodology_version.id weight_scenario.id %}{% endautoescape %}
{% autoescape off %}{{ trend_script }}{% endautoescape %}
{% for p in analysis.methodology_version.page_set.all %}

{{ p.name }}

Graphs

{% autoescape off %}{% page_radar_chart p.id weight_scenario.id %}{% endautoescape %} {% autoescape off %}{% page_bar_chart p.id weight_scenario.id %}{% endautoescape %}
{% for p1 in p.page_set.all %}

{{ p1.name }}

{% for instance in analysis.instance_set.all %} {% endfor %} {% for q in p1.question_set.all %} {% for instance in analysis.instance_set.all %} {% endfor %} {% endfor %}
{% instance_score_page instance.id p1.id %}
{{ q.text }} {% question_weight q.id weight_scenario %} {% instance_score_question instance.id q.id %}
{% endfor %}
{% endfor %}