aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/caf/templates
diff options
context:
space:
mode:
Diffstat (limited to 'ctrack/caf/templates')
-rw-r--r--ctrack/caf/templates/caf/applicablesystem_list.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/ctrack/caf/templates/caf/applicablesystem_list.html b/ctrack/caf/templates/caf/applicablesystem_list.html
index 059b61e..f8d6195 100644
--- a/ctrack/caf/templates/caf/applicablesystem_list.html
+++ b/ctrack/caf/templates/caf/applicablesystem_list.html
@@ -31,7 +31,11 @@
<td class="tabaligncenter">{{ sys.caf.confidence_grading.descriptor }}</td>
<td>{{ sys.caf.triage_review_date }}</td>
<td>{{ sys.caf.triage_review_inspector.name }}</td>
- <td>{{ sys.nis_contact }}</td>
+ {% if sys.get_primary_contact %}
+ <td>{{ sys.get_primary_contact.first }}</td>
+ {% else %}
+ <td>NA</td>
+ {% endif %}
</tr>
{% endfor %}
</table>