{% extends 'base.html' %} {% load static %} {% block title %}ABAC Home{% endblock %} {% block content %}
{% for file in files %} {% empty %} {% endfor %}
File Name Owner Created At Actions
{{ file.name }} {{ file.owner.username }} {{ file.created_at|date:"F d, Y H:i" }} Download
No files have been uploaded yet.
{% endblock %}