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

New Request For Change

Status: Started
{% if rfc_results.rfc_version_number %}
{% endif %}
{{ rfc_results.rfc_implementation_start_date }}
{{ rfc_results.rfc_implementation_end_date }}
{{ rfc_results.rfc_implementation_release_date }}
{{ rfc_form.rfc_summary }}
{{ rfc_results.rfc_lead }}

Risk, Plan, and Implement

{{ rfc_results.rfc_priority }}
{{ rfc_results.rfc_risk }}
{{ rfc_results.rfc_impact }}
{{ rfc_form.rfc_risk_and_impact_analysis }}
{{ rfc_form.rfc_implementation_plan }}
{{ rfc_form.rfc_backout_plan }}
{{ rfc_form.rfc_test_plan }}

Document Uploads

Document Tree List

Loading...

Stakeholders

Please note: The request for change will email stakeholders automatically when;
  • The Request for Change is approved
  • The Request for Change has started
  • The Request for Change has finished
{% if organisation_stakeholders %}

Organisation Stakeholders

{% for row in organisation_stakeholders %} {% endfor %}
Organisation Name Organisation Website Organisation Email
{{ row.organisation_name }} {{ row.organisation_email }} {{ row.organisation_website }}
{% endif %} {% if customer_stakeholders %}

Customer Stakeholders

{% for row in customer_stakeholders %} {% endfor %}
Customer First Name Customer Last Name Customer Email
{{ row.customer_first_name }} {{ row.customer_last_name }} {{ row.customer_email }}
{% endif %}
{% if permission >= 3 %}

Assigned Groups

{% for row in group_list_results %} {% endfor %}
Assigned Group Name
{{ row.group_id }}
{% endif %}
{% endblock %}