From fb7a0aa5eeef62909945826ceadeba9da25e4370 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Tue, 11 Oct 2016 10:52:08 +0200 Subject: [PATCH] Add partners to summary --- app/templates/pages/teampage.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 %} -- 2.39.5