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