{% extends "base.html" %}
{% block title %}Overlay {{ overlay.name }} | left4me{% endblock %}
{% block content %}
{% set can_edit = g.user.admin or (overlay.type in ['workshop', 'script'] and overlay.user_id == g.user.id) %}
No files yet — build this overlay to populate it. Not used by any blueprint.Overlay: {{ overlay.name }}
{% if overlay.type == 'script' %}
Script
{% if can_edit %}
{% else %}
{{ overlay.script or "" }}
{% endif %}
{% include "_overlay_build_status.html" %}
{% endif %}
{% if overlay.type == 'workshop' %}
Workshop items
{% if can_edit and not latest_build_is_running %}
{% endif %}
Files
{% if not file_tree_root_entries %}
Used by
{% if using_blueprints %}
{% for blueprint in using_blueprints %}
{% else %}