{% extends "base_generic.html" %} {% load static %} {% load humanize %} {% block head %} {% endblock %} {% block nav-research %} {% endblock %} {% block content %} {% block small %} {% if project_detail %}

{{ project_detail.name }} {% if project_detail.project_acr %}| {{project_detail.project_acr}}{% endif %}

{% if project_detail.image_project %} {% endif %}
{% if project_detail.agency.image %} {% endif%}

{% if project_detail.end_date %} {% if project_detail.start_date < project_detail.end_date %} {% else %} {% endif %} {% endif %} {% if project_detail.agency %} {% endif %} {% if project_detail.funding_scheme %} {% endif %} {% if project_detail.info_url %} {% endif %} {% if user.is_authenticated %} {% if project_detail.funding_sum %} {% endif %} {% endif %} {% if project_detail.superordinateProject %} {% if project_detail.superordinateProject.name_english %} {% else %} {% endif %} {% endif %}
Funding period:{{project_detail.start_date}} to {{project_detail.end_date}}
Funding period:{{project_detail.start_date}}
Agency: {{project_detail.agency.name}}
Funding scheme:{{project_detail.funding_scheme}}
Further details:{{project_detail.info_url}}
{{project_detail.agency_url}}
Funding sum:{{project_detail.funding_sum|floatformat:"0"|intcomma}} €
Part of the following collaborative project:{{project_detail.superordinateProject.name_english}}
Part of the following collaborative project:{{project_detail.superordinateProject.name_german}}
{% if project_detail.acknowledgement %}

Acknowledgements

{{ project_detail.acknowledgement|safe|linebreaksbr }}

{% else %}

Acknowledgements

We acknowledge funding by the {{ project_detail.agency.name }} {% if project_detail.funding_scheme %}{{ project_detail.funding_scheme }}{% endif %} project "{{ project_detail.name }}" ({{ project_detail.project_acr }}{% if project_detail.project_id %}, grant agreement ID: {{ project_detail.project_id }}{% endif %})

{% endif %} {% if project_detail.image_descr %}

{% if project_detail.copyright_image_descr %}
©{{project_detail.copyright_image_descr}}
{% endif %}
{% endif %} {% if project_detail.description %}
{% if not project_detail.image_descr %}
{% endif %}

Description

{{project_detail.description|safe|linebreaksbr}}

{% endif %} {% if project_detail.projectfile_set.all %}
{% for file in project_detail.projectfile_set.all %} {% if file.get_extension == ".jpg" or file.get_extension == ".jpeg" or file.get_extension == ".png"%}
©{{news_detail.copyright}}
{% endif %} {% endfor %}
{% if project_detail.projectfile_set.all|length > 1 %}
{% endif %}
{% endif %} {% if project_detail.open_job_project.all %}

{% include "open_job_list.html" with status=0 l=3 m=4 s=6 height=150 open_job_list=project_detail.open_job_project.all %}
{% endif %} {% if project_detail.project_member.all %}

Working member

{% include "member_list.html" with status=0 l=3 m=4 s=6 height=150 member_list=project_detail.project_member.all|dictsort:"status.order_index"%}
{% endif %} {% if project_detail.group.all %}

Working group

{% include "group_list.html" with l=6 m=6 s=6 height=150 group_list=project_detail.group.all %}
{% endif %} {% if project_detail.publication_project.all %}

Publications

{% include "publication_list.html" with l=6 m=6 s=6 height=150 publication_list=project_detail.publication_project.all %}
{% endif %} {% if project_detail.researchequipment_project.all %}

Funded equipment

{% include "research_equipment_list.html" with l=6 m=6 s=6 height=150 research_equipment_list=project_detail.researchequipment_project.all %}
{% endif %} {% endif %} {% endblock %} {% endblock %}