{% extends 'generic/object.html' %} {% load buttons %} {% load static %} {% load helpers %} {% load plugins %} {% load i18n %} {% block content %}
{% trans "Software License" %}
{% if object.stored_location_url %} {% else %} {% endif %}
{% trans "Name" %} {{ object.name }}
{% trans "Description" %} {{ object.description }}
{% trans "Type" %} {{ object.type }}
{% trans "SPDX expression" %} {{ object.spdx_expression }}
{% trans "Software Product" %} {{ object.software_product|linkify }}
{% trans "Version" %} {{ object.version|linkify }}
{% trans "Installation" %} {{ object.installation|linkify }}
{% trans "Tenant Group" %} {{ object.tenant_group|linkify }}
{% trans "Tenant" %} {{ object.tenant|linkify }}
{% trans "Stored location" %}{{ object.stored_location_txt }}{{ object.stored_location_txt }}
{% trans "Start date" %} {{ object.start_date }}
{% trans "Expiration date" %} {{ object.expiration_date }}
{% trans "Support" %} {{ object.support }}
{% trans "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 %}