{% extends "base.html" %} {% block content %}

Your file has been uploaded:

{% if current_user.is_authenticated %}

Your file will also appear in your file list.

{% else %}

If you were logged in, your file would also appear in your file list.

{% endif %} {% endblock %}