{% load static %}

Capybara Blog

{% if user.is_authenticated and user.is_staff %} Перейти в админку... {% endif %} {% if user.is_authenticated %}

Привет, {{ user.username }}!

Выйти {% else %} Войти Зарегистрироваться {% endif %} {% if user.is_authenticated and user.is_staff %}

ID:{{ user.id }}, staff: {{ user.is_staff }}

{% endif %}