templates/ProfilePreview/components/profile-approved.partial.twig line 1

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