{% import "partials/lists/table.html" as table %} {% import "partials/icons.html" as icons %}
{% if is_authenticated %} No roasters added yet. Click the Add button to create your first roaster. {% else %} No roasters added yet. {% endif %}
| Actions | ||||||
|---|---|---|---|---|---|---|
|
{{ roaster.created_date }}
{{ roaster.created_time }}
|
{{ roaster.name }} | {{ roaster.country }} | {% if !roaster.city.is_empty() %}{{ roaster.city }} | {% endif %}{{ roaster.country }} | {{ roaster.city }} | {% if roaster.has_homepage || is_authenticated %} {% endif %}{% if roaster.has_homepage || is_authenticated %} {% endif %} |
|
{% if roaster.has_homepage %}
{% call icons::external_link("h-4 w-4") %} Homepage
{% endif %}
{% if is_authenticated %}
{% endif %}
|
||||||