{% extends "base.html" %} {% load i18n %} {% load static %} {% load humanize %} {% load display_tags %} {% load authorization_tags %} {% block add_styles %} {{ block.super }} .chart {height: 160px} {% endblock %} {% block content %} {{ block.super }}
{{ app.name }} | {{ app.version|version_num }} |
{% trans "User" %} | {% trans "Source" %} | {% trans "Role" %} | |
---|---|---|---|
{{ member.user.get_full_name }} | {% trans "Product member" %} | {{ member.role }} | |
{{ member.user.get_full_name }} | {{ member.product_type }} | {{ member.role }} |
{% trans "Group" %} | {% trans "Source" %} | {% trans "Role" %} | |
---|---|---|---|
{{ group.group.name }} | {% trans "Product Group" %} | {{ group.role }} | |
{{ type_group.group.name }} | {{ type_group.product_type }} | {{ type_group.role }} |
{% trans "Business Criticality" %} | {{ prod.get_business_criticality_display|notspecified }} |
{% trans "Product Type" %} | {{ prod.prod_type|notspecified }} |
{% trans "Platform" %} | {{ prod.get_platform_display|notspecified }} |
{% trans "Lifecycle" %} | {{ prod.get_lifecycle_display|notspecified }} |
{% trans "Origin" %} | {{ prod.get_origin_display|notspecified }} |
{% trans "User Records" %} | {% if prod.user_records > 0 %} {{ prod.user_records|intcomma }} {% else %} {{ prod.user_records|notspecified }} {% endif %} |
{% trans "Revenue" %} | {% if prod.revenue > 0 %} {% if prod.revenue < 1000000 %}{{ prod.revenue|intcomma }}{% else %}{{ prod.revenue|intword }}{% endif %} {% else %} {{ prod.revenue|notspecified }} {% endif %} |
{% trans "JIRA" %} | {{ prod | jira_key }} |
{{ sla.name }}
{{ sla.description }}
Critical | {% if sla.enforce_critical %} {{ sla.critical }} days to remediate {% else %} Not Enforced {% endif %} |
High | {% if sla.enforce_high %} {{ sla.high }} days to remediate {% else %} Not Enforced {% endif %} |
Medium | {% if sla.enforce_medium %} {{ sla.medium }} days to remediate {% else %} Not Enforced {% endif %} |
Low | {% if sla.enforce_low %} {{ sla.low }} days to remediate {% else %} Not Enforced {% endif %} |
{{ key }} | {{ value }} |
{% trans "Team Manager" %} | {% if prod.team_manager != "0" %}{{ prod.team_manager | default:"Unknown" }}{% endif %} |
{% trans "Product Manager" %} | {% if prod.product_manager != "0" %}{{ prod.product_manager | default:"Unknown" }}{% endif %} |
{% trans "Technical Contact" %} | {% if prod.technical_contact != "0" %}{{ prod.technical_contact | default:"Unknown" }}{% endif %} |