{% import "partials/lists/table.html" as table %} {% import "partials/icons.html" as icons %}
{% if is_authenticated %} No roasters added yet. Click Add to create the first roaster. {% else %} No roasters added yet. {% endif %}
|
{{ roaster.created_date }}
{{ roaster.created_time }}
|
{{ roaster.name }} | {% if !roaster.country_flag.is_empty() %}{{ roaster.country_flag }}{% endif %}{{ roaster.country }} | {% if !roaster.city.is_empty() %}{{ roaster.city }} | {% endif %}{% if !roaster.country_flag.is_empty() %}{{ roaster.country_flag }}{% endif %}{{ roaster.country }} | {{ roaster.city }} | {{ icons::chevron_right("h-5 w-5") }} |