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

{% if resource %}Edit {{ resource.name }}{% else %}Add New Resource{% endif %}

Only 1 booking per type allowed at a time (can book multiple different types)
Upload an image of the resource (optional) {% if resource and resource.image_url %}
Current image
{% endif %}

Upload image of the resource

Supported formats: PNG, JPG, GIF, WEBP

Permissions
Click on the floor map in Company Admin to get coordinates

Permissions
Select who should be able to book this resource
Enter user IDs to grant access (comma-separated)

Cancel
{% endblock %}