{% extends 'page.html' %} {% block userblock %} {% if current_user != "anonymous" %}
  • {{ current_user }}
  • Logout
  • {% endif %} {% endblock %} {% block content %}
    {% csrf_token %} {{ form }} {% if invalid_file %}
    {{ invalid_file }} ×
    {% endif %} {% if large_file %}
    {{ large_file }} ×
    {% endif %}
    {% endblock %}