templates/parts/request-part-info.html.twig line 1

Open in your IDE?
  1. {% if request.communication and request.communication is not empty %}
  2.     <span class="communication"> <i>Зручний вид зв'язку:</i>
  3.     {% for comm in  request.communication %}
  4.         {{ request.communications[comm] }}<span>,</span>
  5.     {% endfor %}</span><br>
  6. {% endif %}
  7. {% if request.description %}
  8.     <i class="desktop-view">Коментар:</i>
  9.     <div class="bids-head__inner-item mobile-view" style="margin-top: 12px"><span>Коментар:</span></div>
  10.     <span class="bids__item-comment">{{ request.description|raw }}</span>
  11. {% endif %}