{% extends 'generic/object.html' %} {% load helpers %} {% block content %}
| Platform | {{ object.platform|linkify }} |
|---|---|
| Version | {{ object.version }} |
| Alias | {{ object.alias|placeholder }} |
| Release date | {{ object.release_date|placeholder }} |
| End of support | {{ object.end_of_support|placeholder }} {% if object.end_of_support_passed %}Past due{% endif %} |
| LTS | {% checkmark object.long_term_support %} |
| Documentation | {{ object.documentation_url|linkify|placeholder }} |