{% extends "filebaby/base.html" %} {% load static %} {% block page_title %}Home{% endblock %} {% block content %}

The files

{% if files %}
{% for file in files %} {% endfor %}
Primary Key Filename
{{ file.id }} {{ file.f }}
{% if page_obj.has_other_pages %}
{% endif %} {% else %}

No files found    :(

(hint: Add a file)

{% endif %} {% endblock %}