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

{{ url.content }}

{% endif %}

{{ url.url|urlizetrunc:70 }}


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

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

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