{% load static %}
Project
Project
{% for name, files in tree.items %}
{% if name == '' %} spread {% else %} {{ name }} {% endif %}
{% for file in files %}
{% if file not in uncheckable %}
{% endif %}
{{ file }}
{% endfor %}
{% endfor %}