From: Jérémy Fabre Date: Tue, 11 Oct 2016 08:52:08 +0000 (+0200) Subject: Add partners to summary X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=fb7a0aa5eeef62909945826ceadeba9da25e4370;p=mezzo.git Add partners to summary --- diff --git a/app/templates/pages/teampage.html b/app/templates/pages/teampage.html index 48c54c27..20eb68d5 100644 --- a/app/templates/pages/teampage.html +++ b/app/templates/pages/teampage.html @@ -111,7 +111,7 @@
-
+

{% trans "European and national projects" %}

{% with page.teampage.team.partner_projects.all|get_type:"internal" as projects %} {% include 'projects/inc/project_list.html' %} @@ -122,6 +122,7 @@
+ {% if page.teampage.product_lists.all %}

{% trans "Products" %}

{% for page_product_list in page.teampage.product_lists.all %} @@ -132,6 +133,7 @@ {% endwith %} {% endfor %} {% endif %} +
{% endif %} {% endblock %}