{% import "partials/table.html" as table %} {% import "partials/icons.html" as icons %}
No cafes recorded yet. Use the form above to add your first cafe.
| Actions | ||||
|---|---|---|---|---|
| {{ cafe.created_at }} | {{ cafe.name }} |
{{ cafe.country }}
{{ cafe.city }}
|
{{ cafe.city }} |
Open {{ cafe.name }} in Google Maps
{% call icons::location("h-4 w-4") %}
{% if cafe.has_website %}
Visit {{ cafe.name }} website
{% call icons::external_link("h-4 w-4") %}
{% else %}
{% call icons::external_link("h-4 w-4") %}
{% endif %}
{% if is_authenticated %}
{% endif %}
|