{% import "partials/lists/table.html" as table %} {% import "partials/icons.html" as icons %}
{% if is_authenticated %} No cafes added yet. Click Add to add the first cafe. {% else %} No cafes added yet. {% endif %}
| Actions | ||||||
|---|---|---|---|---|---|---|
|
{{ cafe.created_date }}
{{ cafe.created_time }}
|
{{ cafe.name }} | {{ cafe.country }} | {{ cafe.city }} | {{ cafe.city }} | {{ cafe.country }} | |
|
{{ icons::location("h-4 w-4") }} View Map
{% if cafe.has_website %}
{{ icons::external_link("h-4 w-4") }} Homepage
{% endif %}
{% if is_authenticated %}
{% endif %}
|
||||||