{% if success_msg %} {% endif %} {% if error_msg %} {% endif %}
Overlay Profiles
{% for p in profiles %}
{{ p.name }} {% if p.is_readonly %} {% elif p.is_locked %} {% endif %} {% if p.is_active %}{% endif %}
{% endfor %}
{% if is_compiling %}
Loading...
Build in Progress

Another user is currently compiling. Deployment is locked to prevent overwriting files. Please wait.

{% else %}
Ready to Compile?

Pushing to the builder will wipe the staging directory and write the currently active profile.

{% endif %}
Profile Notes & Annotations
{% if not active_profile.is_readonly and not active_profile.is_locked %}
{% endif %}
Upload File to Profile
{% if active_profile.is_readonly or active_profile.is_locked %}
{% if active_profile.is_readonly %}

This is a locked, unmodified base profile. You cannot upload files here.
Clone this profile from the menu on the left to start making changes.

{% else %}

This profile is locked by a user. You cannot upload files here.
Unlock this profile from the menu on the left if you know the password, or Clone this profile to make your own copy and start making changes.

{% endif %}
{% else %}
{% endif %}
Files for: {{ active_profile.name }}
{% for file in files %} {% else %} {% endfor %}
Target Path Actions
{{ file.filepath }} {% if not active_profile.is_readonly and not active_profile.is_locked %} Edit
{% endif %}
This profile is empty.

Deploying this profile will result in a clean, vanilla build.
Upload a file above to start creating overlays.