<th style="text-align: right">Weather<br>
{% if is_granted('ROLE_ACEIFY') %}
<a title="3-Hourly" class="btn btn-outline-primary btn-sm" href="{{ path('fetch_weather_data') }}">
<i style="font-size: 15px; color: gray" class="fas fa-download"></i>
</a>
<a title="Hourly" class="btn btn-outline-primary btn-sm"
href="{{ path('fetch_weather_data_hourly') }}"><i
style="font-size: 15px; color: lightgrey" class="fas fa-download"></i>
</a> <br>
<a target="_blank" class="btn btn-outline-secondary btn-sm"
href="https://www.google.com/search?q=google+weather+London&client=firefox-b-d&ei=MgmkZJzCAb3ukdUP8Iyg8A4&ved=0ahUKEwico77q__T_AhU9d6QEHXAGCO4Q4dUDCA4&uact=5&oq=google+weather+London&gs_lp=Egxnd3Mtd2l6LXNlcnAiFWdvb2dsZSB3ZWF0aGVyIExvbmRvbjIKEAAYgAQYRhiAAjIFEAAYgAQyBRAAGIAEMgYQABgWGB4yBhAAGBYYHjIGEAAYFhgeMgYQABgWGB4yBhAAGBYYHjIGEAAYFhgeMgYQABgWGB5I3ApQ5wRYvQhwAXgBkAEAmAGoAaABoAeqAQMwLja4AQPIAQD4AQHCAgoQABhHGNYEGLADwgIIEAAYigUYhgPiAwQYACBBiAYBkAYI&sclient=gws-wiz-serp">
<i style="font-size: 15px; color: blue" class="fas fa-city"></i>
</a>
<a class="btn btn-outline-danger btn-sm" href="{{ path('weather_delete_all') }}">
<i style="font-size: 15px; color: red" class="fas fa-trash"></i>
</a>
{% endif %}
</th>