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