{% extends "base.html" %} {% load i18n %} {% block content %} {% if user.is_authenticated %}

Upload new Parent Tree:

{% csrf_token %} {{form}} {% endif %} {% endblock %}