{% extends 'generic/object_detail.html' %} {% load helpers %} {% block masthead %}
Name | {{ object.name }} |
Address | {% if object.address %} {{ object.address|linebreaksbr }} {% else %} — {% endif %} |
Phone | {{ object.phone|placeholder }} |
{% if object.email %} {{ object.email }}{% else %} — {% endif %} | |
PoC Type | {{ object.type }} |
Assign to Contract | {{ object.contract.name }} |
Priority | {{ object.priority }} |
Comments | {% if object.comments %}{{ object.comments|placeholder }}{% else %} — {% endif %} |