diff --git a/SocialHelper/enGB/templates/enGB/index.html b/SocialHelper/enGB/templates/enGB/index.html index 5002754..a32cea9 100644 --- a/SocialHelper/enGB/templates/enGB/index.html +++ b/SocialHelper/enGB/templates/enGB/index.html @@ -37,6 +37,38 @@
{% if all_product %} {% for product in all_product %} + {% if product.Wolontatriat %} +
+
+
+
+ +
+
+ +
+
+

{{ product.title }}

+
{{ product.user_iden }}
+
+ {% if types.0.0 == product.type %} + Need + {% else %} + Give + {% endif %} + {% if types_o.0.0 == product.offer %} + Service + {% else %} + Items + {% endif %}
+ +
Location: {{ product.place }}
+
+
+
+
+
+ {% else %}
@@ -54,19 +86,19 @@ {% else %} Give {% endif %} - {% if types_o.0.0 == product.offer %} Service {% else %} Items {% endif %} -
Locality: {{ product.place }}
+
Location: {{ product.place }}

{{ product.description }}

+ {% endif %} {% endfor %} {% else %}

No polls are available.

diff --git a/SocialHelper/homepage/templates/homepage/index.html b/SocialHelper/homepage/templates/homepage/index.html index 4349c0f..8c2983d 100644 --- a/SocialHelper/homepage/templates/homepage/index.html +++ b/SocialHelper/homepage/templates/homepage/index.html @@ -37,6 +37,38 @@
{% if all_product %} {% for product in all_product %} + {% if product.Wolontatriat %} +
+
+
+
+ +
+
+ +
+
+

{{ product.title }}

+
{{ product.user_iden }}
+
+ {% if types.0.0 == product.type %} + Need + {% else %} + Give + {% endif %} + {% if types_o.0.0 == product.offer %} + Service + {% else %} + Items + {% endif %}
+ +
Location: {{ product.place }}
+
+
+
+
+
+ {% else %}
@@ -67,6 +99,7 @@
+ {% endif %} {% endfor %} {% else %}

No polls are available.