{% extends "base.html" %} {% block head %} {{ super() }} {% endblock %} {% block content %} {%- if data -%}
{%- for room in data -%}
{%- endfor -%}
{%- endif -%} {% if features %} {%- if features.attributes.room_limit > data | length -%}
+
{%- endif -%} {% endif %} {% endblock %}