{% extends 'base.html' %} {% block content %} {% if user.is_authenticated and urls|length > 0 %} {% for url in urls %}

{{ url.url }}


{% endfor %} {% elif user.is_authenticated %}

У вас нет сохраненных ссылок

{% elif not user.is_authenticated %} {% include 'docs.html' %} {% endif %} {% endblock %}