{% extends 'generic/object_detail.html' %} {% load helpers %} {% block masthead %}

Contact: {% block title %}{{ object }}{% endblock %}

{% endblock masthead %} {% block content_left_page %}
Contact
Name {{ object.name }}
Address {% if object.address %} {{ object.address|linebreaksbr }} {% else %} — {% endif %}
Phone {{ object.phone|placeholder }}
E-Mail {% 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 %}
{% endblock %}