diff --git a/src/fellchensammlung/templates/fellchensammlung/details/detail-rescue-organization.html b/src/fellchensammlung/templates/fellchensammlung/details/detail-rescue-organization.html index f7326e3..066bd5a 100644 --- a/src/fellchensammlung/templates/fellchensammlung/details/detail-rescue-organization.html +++ b/src/fellchensammlung/templates/fellchensammlung/details/detail-rescue-organization.html @@ -15,7 +15,41 @@ {{ org.location_string }} {% endif %}
{{ org.description | render_markdown }}
+{% translate "Website" %} | + {% endif %} + {% if org.phone_number %} +{% translate "Telefonnummer" %} | + {% endif %} + {% if org.email %} +{% translate "E-Mail" %} | + {% endif %} +
+ {{ org.website }} + | + {% endif %} + {% if org.phone_number %} ++ {{ org.phone_number }} + | + {% endif %} + + {% if org.email %} ++ {{ org.email }} + | + {% endif %} +