{% import "partials/table.html" as table %} {% import "partials/icons.html" as icons %}
No roasters recorded yet. Use the form above to add your first roaster.
| Actions | ||||
|---|---|---|---|---|
| {{ roaster.created_at }} | {{ roaster.name }} |
{{ roaster.country }}
{% if !roaster.city.is_empty() %}
{{ roaster.city }}
{% endif %}
|
{% if !roaster.city.is_empty() %}
{{ roaster.city }} | {% endif %}
{% if roaster.has_homepage %}
Visit {{ roaster.name }} homepage
{% call icons::external_link("h-4 w-4") %}
{% endif %}
{% if is_authenticated %}
{% endif %}
{% if roaster.has_homepage || is_authenticated %}
{% endif %}
|