{% extends 'base.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% block title %}{{ object }}{% endblock %} {% block header %}
| 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 %} |