{% extends "base.html" %} {% block app_content %}

{{ title }}

{% with user = g.rezident, doas = None %}
{% include "cards/account.html" %}
{% include "cards/room.html" %}
{% include "cards/device.html" %}
{% endwith %}
{% for device in g.rezident.other_devices %} {% with user = g.rezident %} {% include "cards/device_modal.html" %} {% endwith %} {% endfor %} {% endblock %}