{% extends "layouts/default.html" %} {% block title %} Manage Customers {% endblock title %} {% block stylesheets %} {% endblock stylesheets %} {% block content %} {% if current_user.is_authenticated %} {{ form.hidden_tag() }}
Current open cases
Current month
Last month
Current year
Last year ()
Total
{{ customer.customer_name }}
{{ customer.customer_description }}
{{ customer.customer_sla }}
days
{% if contact.contact_role %}
Role: {{ contact.contact_role }}
{% endif %}
{% if contact.contact_email %}
Email: {{ contact.contact_email }}
{% endif %}
{% if contact.contact_work_phone %}
Work phone: {{ contact.contact_work_phone }}
{% endif %}
{% if contact.contact_mobile_phone %}
Mobile phone: {{ contact.contact_mobile_phone }}
{% endif %}
{% if contact.contact_note %}
Notes: {{ contact.contact_note }}
{% endif %}