diff --git a/templates/pages/roaster.html b/templates/pages/roaster.html
index 6f75d35..54e7ee5 100644
--- a/templates/pages/roaster.html
+++ b/templates/pages/roaster.html
@@ -33,9 +33,11 @@
Country
- {% if !roaster.country_flag.is_empty() %}
- {{ roaster.country_flag }}
- {% endif %}{{ roaster.country }}
+ {% if !roaster.country_flag.is_empty() %}
+ {{ roaster.country_flag }}
+ {% endif %}{{ roaster.country }}
{% if let Some(c) = roaster.city %}
diff --git a/templates/partials/detail_cards.html b/templates/partials/detail_cards.html
index 6b716ff..109442a 100644
--- a/templates/partials/detail_cards.html
+++ b/templates/partials/detail_cards.html
@@ -62,9 +62,11 @@
Origin
- {% if !origin_flag.is_empty() %}
- {{ origin_flag }}
- {% endif %}{{ origin }}
+ {% if !origin_flag.is_empty() %}
+ {{ origin_flag }}
+ {% endif %}{{ origin }}
{% endif %}
@@ -204,9 +206,11 @@
Country
- {% if !country_flag.is_empty() %}
- {{ country_flag }}
- {% endif %}{{ country }}
+ {% if !country_flag.is_empty() %}
+ {{ country_flag }}
+ {% endif %}{{ country }}
{% if let Some(c) = city %}
diff --git a/templates/partials/lists/cafe_list.html b/templates/partials/lists/cafe_list.html
index 82184c6..72c4473 100644
--- a/templates/partials/lists/cafe_list.html
+++ b/templates/partials/lists/cafe_list.html
@@ -71,9 +71,11 @@
data-label="Location"
class="px-4 py-3 whitespace-nowrap md:hidden"
>
- {% if !cafe.country_flag.is_empty() %}
- {{ cafe.country_flag }}
- {% endif %}{{ cafe.country }}
+ {% if !cafe.country_flag.is_empty() %}
+ {{ cafe.country_flag }}
+ {% endif %}{{ cafe.country }}
- {% if !cafe.country_flag.is_empty() %}
- {{ cafe.country_flag }}
- {% endif %}{{ cafe.country }}
+ {% if !cafe.country_flag.is_empty() %}
+ {{ cafe.country_flag }}
+ {% endif %}{{ cafe.country }}
|
|
- {% if !roast.origin_flag.is_empty() %}
- {{ roast.origin_flag }}
- {% endif %}{{ roast.origin }}
+ {% if !roast.origin_flag.is_empty() %}
+ {{ roast.origin_flag }}
+ {% endif %}{{ roast.origin }}
{% if !roast.producer.is_empty() %}
{{ roast.producer }}
diff --git a/templates/partials/lists/roaster_list.html b/templates/partials/lists/roaster_list.html
index 5ef54e9..0a7d0b5 100644
--- a/templates/partials/lists/roaster_list.html
+++ b/templates/partials/lists/roaster_list.html
@@ -71,9 +71,11 @@
data-label="Location"
class="px-4 py-3 whitespace-nowrap md:hidden"
>
- {% if !roaster.country_flag.is_empty() %}
- {{ roaster.country_flag }}
- {% endif %}{{ roaster.country }}
+ {% if !roaster.country_flag.is_empty() %}
+ {{ roaster.country_flag }}
+ {% endif %}{{ roaster.country }}
|
{% if !roaster.city.is_empty() %}
- {% if !roaster.country_flag.is_empty() %}
- {{ roaster.country_flag }}
- {% endif %}{{ roaster.country }}
+ {% if !roaster.country_flag.is_empty() %}
+ {{ roaster.country_flag }}
+ {% endif %}{{ roaster.country }}
|
|