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

{% endif %} {% if d.short %}

{{ d.short }}

{% endif %}

{{ d.url.url|urlizetrunc:70 }}


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

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

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