templates/business_contacts/parts/access_count_headers.html.twig line 1

Open in your IDE?
  1. {% if is_granted('ROLE_STAFF') %}
  2.     <th style="color: red; border-left: 1px dotted">Public/Private</th>
  3.     <th style="color: red">Website</th>
  4.     <th style="color: red">Email</th>
  5.     <th style="color: red">Mobile/Landline</th>
  6.     <th style="color: red">Map</th>
  7.     <th style="color: red">VCF</th>
  8.     <th style="color: red">Edit</th>
  9. {% endif %}