{% extends "client/base.html" %} {% block title %}Files — client portal{% endblock %} {% block heading %}Files{% endblock %} {% block content %}

Everything shared on your projects. Only your files are visible here.

{% for p in projects %}

{{ p.name }}

{{ p.reference }}
{% for f in p.files.all %}{% if f.client_visible %} {% endif %}{% empty %} {% endfor %}
FileFolderAdded
{{ f.name }}{{ f.get_folder_display }}{{ f.uploaded_at|date:"j M Y" }} Download
Nothing shared on this project yet.
{% empty %}

No files yet

Designs, documents and deliverables appear here as the project moves.

{% endfor %}
{% endblock %}