{% if objects %}
{% for name, value in objects %}
{{ name }} {{ value }}
{% endfor %}
{% endif %}