{% extends 'generic/object.html' %} {% load buttons %} {% load static %} {% load helpers %} {% load plugins %} {% block content %}
| Name | {{ object.name }} |
|---|---|
| Description | {{ object.description }} |
| Type | {{ object.type }} |
| Stored location | {{ object.stored_location }} |
| Start date | {{ object.start_date }} |
| Expiration date | {{ object.expiration_date }} |
| Software Product | {{ object.software_product }} |
| Version | {{ object.version }} |
| Installation | {{ object.installation }} |