{% extends "info/room/base.html" %} {% block roominfo %}
Edit room Edit images Schedule Maintenance View room history
Roominfo
Location Description opt1 opt2 opt3 opt4 Position
{{ room.location.description }} {{ room.description }} {{ room.optional_1|urlize }} {{ room.optional_2|urlize }} {{ room.optional_3|urlize }} {{ room.optional_4|urlize }} {% if room.position %}{{ room.position|join:', ' }}{% endif %}
{% if images|length > 0 %}
{% for image in images %} {% endfor %}
{% comment %} To support html captions we need to create an element for each image {% endcomment %} {% for image in images %}
{{ image.title|safe }}
{% endfor %} {% else %} Click here to add images to this room. {% endif %}
{% comment %}
{% endcomment %}
{% with all_netboxes as netboxes %} {% include 'info/fragments/netboxes.html' %} {% endwith %}
Netboxes
{% endblock %}