{% extends 'base.html' %} {% load static %} {% block title %} | Teams {% endblock %} {% block content %} {% if user.is_authenticated %} {% include 'form.html' %} {% else %}
You are not logged in