{% extends "bootstrap3/dashboard_view_layout.html" %} {% load i18n %} {% block content-before %}
{% if request.user.is_authenticated %} {% trans "Log out" %} {% else %} {% trans "Log in" %} {% endif %}