{% if user.is_authenticated %}

Hi!{{ user.username }}

{% if all_files %}

Hi!Here are your files

{% else %}

Oops!You do not have any files

{% endif %}

Logout

{% else %}

Login Here

{% endif %}