{% extends 'generic/object_detail.html' %} {% load helpers %} {% load humanize %} {% block masthead %}
Name | {{ object.name }} |
Provider | {{ object.provider }} |
Number | {% if object.number %} {{ object.number }} {% else %} — {% endif %} |
Start Date | {% if object.start %} {{ object.start }} {% else %} — {% endif %} |
End Date | {% if object.end %} {{ object.end }} {% else %} — {% endif %} |
Cost | {% if object.cost %} {{ object.cost | intcomma }} {% else %} — {% endif %} |
Currency | {% if object.currency %} {{ object.currency }} {% else %} — {% endif %} |
Support Level | {% if object.support_level %} {{ object.support_level }} {% else %} — {% endif %} |
Contract Type | {% if object.contract_type %} {{ object.contract_type }} {% else %} — {% endif %} |
Devices | {{ object.devices.count }} |
Comments | {% if object.comments %}{{ object.comments|placeholder }}{% else %} — {% endif %} |