{% import "partials/table.html" as table %}
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
{% endif %}
{% if is_authenticated %}
{% endif %}
|