{% extends 'generic/object_detail.html' %} {% load helpers %} {% load static %} {% block extra_styles %} {% endblock extra_styles %} {% block content_left_page %}
Device | {{ object.device|hyperlinked_object }} |
Date Created | {{ object.created }} |
Plan Type | {{ object.plan_type|title }} |
Features |
{% if object.feature.exists %}
|
Change Control ID | {{ object.change_control_id|placeholder }} |
Change Control URL | {{ object.change_control_url|placeholder }} |
Plan Result | {{ object.plan_result|hyperlinked_object:"status" }} |
Deploy Result | {{ object.deploy_result|hyperlinked_object:"status"|placeholder }} |
Status | {{ object.get_status_display }} |