| Device |
{{ object.device|hyperlinked_object }} |
| Date Created |
{{ object.created }} |
| Plan Type |
{{ object.plan_type|title }} |
| Features |
{% if object.feature.exists %}
{% for feature in object.feature.all %}
- {{ feature }}
{% endfor %}
{% else %}
{{ None|placeholder }}
{% endif %}
|
| 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 }}
|