{% extends 'generic/object.html' %} {% load buttons %} {% load static %} {% load helpers %} {% load plugins %} {% block content %}
Software License
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 }}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% plugin_left_page object %}
{% plugin_full_width_page object %}
{% endblock %}