{% 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 %}
|
{{ cafe.created_date }}
{{ cafe.created_time }}
|
{{ cafe.name }} | {% if !cafe.country_flag.is_empty() %} {{ cafe.country_flag }} {% endif %}{{ cafe.country }} | {{ cafe.city }} | {% if !cafe.country_flag.is_empty() %} {{ cafe.country_flag }} {% endif %}{{ cafe.country }} | {{ cafe.city }} | {{ icons::chevron_right("h-5 w-5") }} |