{% extends 'generic/object.html' %} {% load helpers %} {% block content %}
| 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 }} |