{% extends "base.html" %} {% block extra_head %} {% endblock %} {% block content %}
← {{ render_title(project['title']) }}
{% if is_owner and not read_only %} {% endif %} {% set _type = "project_file" %}{% set _uid = project['uid'] %}{% set _owner = project['user_uid'] %}{% set _owner_name = "" %}{% set _class = "btn btn-secondary" %}{% include "_report_button.html" %}
{% if read_only %}
This project is read-only. Its files are immutable until the owner turns read-only off.
{% endif %}
📂 Select a file to view or edit.
{% endblock %} {% block extra_js %} {% endblock %}