New message from the Web

{% for dic in ordered_data %}{% for key, value in dic.items %}
    {{ key }}: {{ value }}
{% endfor %}{% endfor %}
