diff --git a/froide_govplan/templates/froide_govplan/detail.html b/froide_govplan/templates/froide_govplan/detail.html index 8641afc..30798fb 100644 --- a/froide_govplan/templates/froide_govplan/detail.html +++ b/froide_govplan/templates/froide_govplan/detail.html @@ -22,15 +22,48 @@ {% include "fds_blog/includes/_picture.html" with picture=object.image %} {% endif %} -
Status: {{ object.get_status_display }}
- {% if object.rating %} -Rating: {{ object.get_rating_display }}
- {% endif %} ++ {{ object.quote | safe }} +{{ object.description | safe }} + {% with refs=object.get_reference_links %} + {% if refs %} +
+ {% if refs|length > 1 %} + Quellen: + {% else %} + Quelle: + {% endif %} + {% for ref in refs %} + + {{ forloop.counter }} + + {% endfor %} +
+ {% endif %} + {% endwith %} +- Quelle + {% for cat in object.categories.all %}{{ cat.name }}{% endfor %}
{% if object.responsible_publicbody %}