templates/tennis_court_availability/parts/scrape_all_venues_that_day.html.twig line 1

Open in your IDE?
  1. {% if is_granted('ROLE_ACEIFY') %}<br>
  2.     <a target="_blank"
  3.        href={{ path('tennis_court_availability_scrape', {venue:'All', date: date|date('Y-m-d')}) }}><i
  4.                 style="font-size: 15px; color: red" class="fas fa-download"></i></a>
  5. {% endif %}