{% for key, value in room.sorted_data %} {% endfor %}
Roominfo
Name {{ room.id }}
Description {{ room.description }}
Location {{ room.location.description }}
Position {% if room.position %}{{ room.position|join:', ' }}{% endif %}
{{ key }} {{ value|urlize }}
{# End of column #}
{% if images|length > 0 %}

Images for this room

{% else %} Add images {% endif %}