{% if request.user.is_authenticated %} Nice to see you again {{ request.user }}!
  • Dashboard
  • {#
  • Account profile
  • #}
  • {% csrf_token %}
  • {% else %} {#
  • Sign up
  • #}
  • Login
  • Forgotten password?
  • {% endif %}