{% extends 'generic/object.html' %} {% load helpers %} {% block content %}
Hardware Notice
Device type{{ object.device_type|linkify|placeholder }}
Module type{{ object.module_type|linkify|placeholder }}
End of sale{{ object.end_of_sale|placeholder }}
End of support {{ object.end_of_support|placeholder }} {% if object.end_of_support_passed %}Past due{% endif %}
End of security patches{{ object.end_of_security_patches|placeholder }}
End of SW releases{{ object.end_of_sw_releases|placeholder }}
Documentation{{ object.documentation_url|linkify|placeholder }}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
{% endblock %}