-
-
- {{ organization.name }}
- {% if organization in owner_organizations %}
- {% trans "Owner" %}
- {% elif organization in member_organizations %}
- {% trans "Member" %}
- {% else %}
- {% trans "Other" %}
- {% endif %}
-
-
- {{ organization.description|truncatewords:20 }}
-
-
-
-
+
+
{% trans "My Organisations" %}
+
{% trans "Create Organization" %}
+
+ {% if member_organizations %}
+
+ {% for organization in organizations %}
+
+
+
+ {{ organization.name }}
+ {% if organization in owner_organizations %}
+ {% trans "Owner" %}
+ {% elif organization in member_organizations %}
+ {% trans "Member" %}
+ {% else %}
+ {% trans "Other" %}
+ {% endif %}
+
+
+ {{ organization.description|truncatewords:20 }}
+
+
+
-
- {% endfor %}
-
-{% else %}
-
- {% trans "You are not a member of any organizations." %}
-
-{% endif %}
+ {% endfor %}
+
+ {% else %}
+
+ {% trans "You are not a member of any organizations." %}
+
+ {% endif %}
{% endblock content %}
diff --git a/app/templates/workshops/form.html b/app/templates/workshops/form.html
index bf5e99e..0ee041d 100644
--- a/app/templates/workshops/form.html
+++ b/app/templates/workshops/form.html
@@ -7,7 +7,7 @@
{% endblock styles %}
{% block content %}
-
{% trans "Workshop" %}
+
{% trans "Workshop" %}