{% if tasks %}
{% for el in tasks %}
<div class="alert alert-warning mt-2">
<h3>{{ el.fio }}</h3>
<p>{{ el.ooo }}</p>
<p>{{ el.ip }}</p>
<p>{{ el.pricey }}</p>
<p>{{ el.pricel }}</p>
<p>{{ el.data }}</p>
<p>{{ el.Chs }}</p>
<p>{{ el.Num }}</p>
<p>{{ el.City }}</p>
</div>
{% endfor %}
{% else %}
<p>Записи отсутствуют.</p>
{% endif %}
"card bg-primary text-white text-center p-3"