{% if success_msg %} {% endif %} {% if error_msg %} {% endif %}
Profiles / Loadouts
{% for p in profiles %}
{{ p.name }} {% if p.is_readonly %}{% endif %} {% if p.is_active %}{% endif %}
{% endfor %}
Ready to Compile?

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

Profile Notes & Annotations
{% if not active_profile.is_readonly %}
{% endif %}
Upload File to Profile
{% 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 %}
{% endif %}
Files for: {{ active_profile.name }}
{% for file in files %} {% else %} {% endfor %}
Target Path Actions
{{ file.filepath }} Edit
This profile is empty.

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