{% block content %}
{% for group in renderDict.groups %}
{% for prodname in group.producers %} {% endfor %}
{% endfor %}

Rated producers

{% for producer in renderDict.source_ratings %}

{{ producer.name }}
{{ producer.rating }}

{{ producer.description }}

{% endfor %}

Rated information

{% for information in renderDict.info_ratings %}

{{ information.title }}
{{ information.rating }}

{% endfor %}
{% endblock %}