{% if c.options['organization'] == None %} {% for n in range(6) %} {% endfor %} {% for row in c.data['table'] %} {% for n in range(6) %} {% endfor %} {% endfor %}
Izdajatelj Ocene TBCOcena {{n}}Skupaj zvezd Skupna ocena
{{ h.link_to(row['organization_title'], h.relative_url_for(organization=row['organization_name'])) }} {{ row.get('null', 0) }}{{ row.get(n|string, 0) }}{{ row['total_stars'] }} {{ row['average_stars'] }}
{% else %} {% if c.options['include_sub_organizations'] %} {% endif %} {% for row in c.data['table'] %} {% if c.options['include_sub_organizations'] %} {% endif %} {% endfor %}
Podatkovna zbirka ZapiskiIzdajateljOcena Razlog ocene
{{h.link_to(row['dataset_title'], '/dataset/%s' % row['dataset_name']) }} {{row['dataset_notes'] }}{{ h.link_to(row['organization_title'], h.relative_url_for(organization=row['organization_name'])) }}{{ row['openness_score'] }} {{ h.truncate(row['openness_score_reason'], 150) }}
{% endif %}