{% extends 'base.html' %} {% load i18n static humanize %} {% load crispy_forms_tags %} {% block title %} {{ _("Opportunity Detail") }} {% endblock title %} {% block content %}
{{ _("Quotation Amount") }}
{{ _("Amount") }}
{{ _("Expected Revenue") }}
|
Probability (%) |
: |
{{ opportunity.probability }} (%) |
|
{{ _("Estimated Revenue") }} |
: |
{{ opportunity.expected_revenue }} |
|
{{ _("Phone Number") }} |
: | {{ opportunity.customer.phone_number }} |
|
{{ _("Email") }} |
: | {{ opportunity.customer.email }} |
|
{{ _("Contact Name") }} |
: |
{% if opportunity.customer %}
{{ opportunity.customer.full_name }}
{% else %}
{{ opportunity.organization }}
{% endif %}
|
|
{{ _("Assigned To") }} |
: |
{% if request.user.email == opportunity.staff.email %}
You
{% else %}
{{ opportunity.staff.get_local_name }}
{% endif %}
|
|
{{ _("Create Date") }} |
: |
{{ opportunity.created|naturaltime|capfirst }}
|
|
{{ _("Expected Closing Date") }} |
: |
{{ opportunity.expected_close_date|date }}
|
{{ note.note }}
{{opportunity.get_all_notes}}
All_images.zip
12.8 mB|Yves Tanguy|19th Dec, 08:56 PM
Project.txt
123 kB|Shantinan Mekalan|12th Dec, 12:56 PM
{{ activity.notes }}
by You
{% else %} {% endif %}