{% block title %}
UChat
{% endblock %}
{% load static %}
{% block sidebar %}
UChat
UChat editor
Parametri
Import PDF
{% if user.is_authenticated %}
User: {{ user.get_username }}
Admin
Logout
{% else %}
Login
{% endif %}
{% if user.is_staff %}
Admin
{% if True %}
Admin
{% endif %}
{% endif %} {% endblock %}
{% block content %}{% endblock %} {% block pagination %} {% if is_paginated %}
{% if page_obj.has_previous %}
previous
{% endif %}
Page {{ page_obj.number }} of {{ page_obj.paginator.num_pages }}.
{% if page_obj.has_next %}
next
{% endif %}
{% endif %} {% endblock %}