{% include 'menu.html' %}
upper
project name
period
location
type
initiative/fund
network
{% for article in articles %}
{{ article.upper }}
{{article.title}}
{{article.period}}
{{article.location}}
{{article.type}}
{{article.fund}}
{{article.network}}
{% if imgDict[article.path] %}
{% for img in imgDict[article.path] : %}
{% set img_url = article.path + '/' + img %}
{% endfor %}
{%endif%}
Project type:
{{article.type}}
Location:
{{article.location}}
Project Time:
{{article.period}}
Team:
{{article.team}}
Partners:
{{article.network}}
Client:
{{article.client}}
Budget:
{{article.budget}}
{{article}}
{% endfor %}