{% load static %} {% include 'bases/head_base.html' %} CollaboDev

CollaboDev

{% if user.is_authenticated %}{{ user.first_name }} {{ user.last_name }} / {{ user.username }}{% else %}Login{% endif %}

{% if user.is_authenticated %}
{% else %}
{% csrf_token %} {% if login_failed %}

Incorrect username or password

{% endif %}

{% endif %} {% include 'bases/footer_base.html' %}