{% extends "admin_base.html" %} {% block title %}Manage Light Requirements{% endblock %} {% block admin_content %}

Add New Light Requirement

Existing Light Requirements

{% for light in lights %}
{% if light.icon %} Icon {% endif %}

{{ light.name }}

{% if light.description %}

{{ light.description }}

{% endif %}
Edit
{% else %}

No light requirements added yet.

{% endfor %}
{% endblock %}