{% extends 'generic/object.html' %} {% load buttons %} {% load static %} {% load helpers %} {% load plugins %} {% block content %}
Software License
{% if object.stored_location_url %} {% else %} {% endif %}
Name {{ object.name }}
Description {{ object.description }}
Type {{ object.type }}
SPDX expression {{ object.spdx_expression }}
Software Product {{ object.software_product|linkify }}
Version {{ object.version|linkify }}
Installation {{ object.installation|linkify }}
Stored location{{ object.stored_location_txt }}{{ object.stored_location_txt }}
Start date {{ object.start_date }}
Expiration date {{ object.expiration_date }}
Support {{ object.support }}
License amount {{ object.license_amount }}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %} {% plugin_left_page object %}
{% plugin_full_width_page object %}
{% endblock %}