{% 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 | {% if object.stored_location_url %}{{ object.stored_location_txt }} | {% else %}{{ object.stored_location_txt }} | {% endif %}
| Start date | {{ object.start_date }} | |
| Expiration date | {{ object.expiration_date }} | |
| Software Product | {{ object.software_product }} | |
| Version | {{ object.version }} | |
| Support | {{ object.support }} | |
| License amount | {{ object.license_amount }} | |
| Installation | {{ object.installation }} |