{% extends 'base.html' %} {% block title %}Поиск{% endblock %} {% block content %}
{% csrf_token %}

{% for d in data %}
{% if d.short %}

{{ d.short }}

{% endif %}

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


{% endfor %} {% if data.number %} {% endif %} {% endblock %}