{% extends "base.html" %} {% block title %}Layouts – Location Management{% endblock %} {% block content %}

Layouts

{% if current_user.is_admin() %} {% endif %}
{% if layouts %}
{% for layout in layouts %}
{% if layout.thumbnail_b64 %} thumbnail {% else %} {% endif %}
{{ layout.name }}
{% if layout.description %}

{{ layout.description }}

{% endif %}
{% endfor %}
{% else %}

No layouts yet.

{% if current_user.is_admin() %} {% endif %}
{% endif %} {% if current_user.is_admin() %} {% endif %} {% endblock %}