diff --git a/cvs/templates/cvs/cv_detail.html b/cvs/templates/cvs/cv_detail.html index 4311106..1b3a0f2 100644 --- a/cvs/templates/cvs/cv_detail.html +++ b/cvs/templates/cvs/cv_detail.html @@ -45,6 +45,12 @@

+ {% if cvproject.subproject %} + + + + + {% endif %} diff --git a/projects/templates/projects/project_detail.html b/projects/templates/projects/project_detail.html index 27770c4..a669f5d 100644 --- a/projects/templates/projects/project_detail.html +++ b/projects/templates/projects/project_detail.html @@ -44,6 +44,18 @@

Project Details

+ {% if project.subproject_set.count %} + + + + + {% endif %}
Sub-project:{{ cvproject.subproject.name }}
Position: {{ cvproject.position }} Locality {{ project.locality }}
Sub-projects / tranches +
    + {% for sub_project in project.subproject_set.all %} +
  • {{ sub_project.name }}
  • + {% endfor %} +
+

CCCS Associate Role

@@ -51,6 +63,9 @@

CCCS Associate Role

Consultant + {% if project.subproject_set.count %} + Sub-project + {% endif %} Position Activities @@ -63,6 +78,9 @@

CCCS Associate Role

{{ cvproject.cv.user.last_name }}, {{ cvproject.cv.user.first_name }} + {% if project.subproject_set.count %} + {{ cvproject.subproject.name }} + {% endif %} {{ cvproject.position }} {{ cvproject.activities|mkdown }}