{% extends "./template.html" %} {% block content %} {% load static %}

Opportunity Information

{% csrf_token %} {{ opportunity_information_form.media }}
{{ opportunity_information_form.opportunity_name }}
{{ opportunity_information_form.opportunity_description }}
{{ opportunity_information_form.currency_id }}
{{ opportunity_information_form.opportunity_amount }}
{{ opportunity_information_form.amount_type_id }}
{{ opportunity_information_form.opportunity_stage_id }}
{{ opportunity_information_form.opportunity_success_probability }} %
{{ opportunity_information_form.opportunity_expected_close_date }}

Opportunity Connections

To do

Loading...

Email History

Loading...

Opportunity Links

Assigned Requirements

{% if requirement_results %} {% for row in requirement_results %} {% endfor %}
Requirement ID Requirement Title Requirement Status
REQ{{ row.requirement_id }} {{ row.requirement_title }} {{ row.requirement_status }}
{% else %} There are no requirements connected. {% endif %}

Assigned Projects

{% if project_results %} {% for row in project_results %} {% endfor %}
Project ID Project Name Project End Date Project Status
PRO{{ row.project_id }} {{ row.project_name }} {{ row.project_end_date }} {{ row.project_status }}
{% else %}

There are no associated projects. Please create a new project

{% endif %}

Assigned Tasks

{% if task_results %} {% for row in task_results %} {% endfor %}
Task ID Task Name Task End Date Task Status
TASK{{ row.task_id }} {{ row.task_short_description }} {{ row.task_end_date }} {{ row.task_status }}
{% else %}

There are no associated tasks. Please create a new task

{% endif %}

Tags

Loading...

Opportunity Quotes

{% if opportunity_results.opportunity_stage_id.opportunity_closed != "TRUE" %} New Quote {% endif %} {% if quote_results %} {% for row in quote_results %} {% endfor %}
Quote Title Valid Till Quote Stage
{{ row.quote_title }} {{ row.quote_valid_till }} {{ row.quote_stage_id }}
{% endif %}
{% if opportunity_permission >= 3 %}

Assigned Users

Loading...
Loading list...

Assigned Groups

Loading add...
Loading list...
{% endif %} {% endblock %}