{% if profile.approved is defined and profile.approved %} <div class="profile-attention profile-attention--{{ type }} d-flex-c clr-green-text clr-pre-white-bg fw-700"> <svg class="mr-1" width="24" height="24" fill="none"><use xlink:href="#profile-approved" /></svg> <span>Фото проверено</span> </div>{%- else -%} <div class="profile-attention profile-attention--{{ type }} d-flex-c clr-main-text clr-pre-white-bg fw-700"> <span>Никогда не отправляйте предоплату!</span> </div>{%- endif -%}