{% if user.is_authenticated %}
Your are logged in with {{ request.user.username }}. See your Connectors, create a new connector or {% include 'authors/partials/form_logout.html' %} click here to logout.
{% endif %}