+ {% if project.program %}
+
+
+ {% trans "Program" %}
+
+
+ {{ project.program }}
+
+
+ {% endif %}
+
+ {% if project.program_type %}
+
+
+ {% trans "Program type" %}
+
+
+ {{ project.program_type }}
+
+
+ {% endif %}
+
- {% trans "Program" %}
+ {% trans "Beginning" %}
- {{ project.program }}
+ {{ project.date_from }}
- {% endif %}
- {% if project.program_type %}
- {% trans "Program type" %}
+ {% trans "End" %}
- {{ project.program_type }}
+ {{ project.date_to }}
- {% endif %}
-
-
-
- {% trans "Beginning" %}
-
-
- {{ project.date_from }}
-
-
-
-
-
- {% trans "End" %}
-
-
- {{ project.date_to }}
-
-
-
-
- {% trans "Status" %}
-
-
- {{ project.project_status }}
-
-
-
- {% if project.website %}
- {% trans "Website" %}
+ {% trans "Status" %}
- {% endif %}
-
- {% with project.images.all|get_type:'logo' as images %}
- {% include 'core/inc/logo.html' %}
- {% endwith %}
-
+ {% if project.website %}
+
+
+ {% trans "Website" %}
+
+
+
+ {% endif %}
+
+
+ {% with project.images.all|get_type:'logo' as images %}
+ {% include 'core/inc/logo.html' %}
+ {% endwith %}
+
+