{% if sw_name != "freenas" or license %}
{% trans "Model" %} | {{ license.model }} | {% trans "System Serial" %} | {{ license.system_serial }}{% if license.system_serial_ha %} / {{ license.system_serial_ha }}{% endif %} | {% trans "Contract Type" %} |
{% if license.contract_type == 0 %}
Hardware:
{% if license.contract_hardware == 0 %}Advanced Parts Replacement{% endif %}
{% if license.contract_hardware == 1 %}Next Business Day On-Site{% endif %}
{% if license.contract_hardware == 2 %}4-Hour On-Site{% endif %}
Software: {% if license.contract_software == 0 %}None{% endif %} {% if license.contract_software == 1 %}8x5 Help Desk{% endif %} {% if license.contract_software == 2 %}24x7 Help Desk{% endif %} {% endif %} {% if license.contract_type == 1 %}{% trans "Standard" %}{% endif %} {% if license.contract_type == 2 %}{% trans "Bronze" %}{% endif %} {% if license.contract_type == 3 %}{% trans "Silver" %}{% endif %} {% if license.contract_type == 4 %}{% trans "Gold" %}{% endif %} {% if license.contract_type == 5 %}{% trans "8x5 FreeNAS Support" %}{% endif %} {% if license.contract_type == 6 %}{% trans "8x5 FreeNAS Support" %} {% trans "Maximum of 6 incidents per year" %}{% endif %} |
{% trans "Contract Date" %} | {{ license.contract_start }} - {{ license.contract_end }}{% if license.expired %} ({% trans "Expired" %}){% endif %} |
---|---|---|---|---|---|---|---|
{% trans "Customer Name" %} | {{ license.customer_name }} | {% trans "Features" %} |
{% for f in license.features %}
{% if f.value == 1 %}{% trans "Deduplication" %} {% endif %} {% if f.value == 2 %}{% trans "Jails/Plugins" %} {% endif %} {% empty %} {% trans "None" %} {% endfor %} |
{% trans "Additional Hardware" %} |
{% for f in license.addhw %}
{% if f.1 == 1 %}{% trans "E16 Enclosure" %}{% endif %}
{% if f.1 == 2 %}{% trans "E24 Enclosure" %}{% endif %}
{% if f.1 == 3 %}{% trans "E60 Enclosure" %}{% endif %}: {{ f.0 }} {% empty %} {% trans "None" %} {% endfor %} |
||
{% trans "License is not valid! Contact iXsystems support." %} | |||||||
{% trans "License not found! Contact iXsystems support." %} |
{% trans "Before filing a bug report or feature request, search" %} http://bugs.freenas.org {% trans "to ensure the issue has not already been reported. If it has, add a comment to the existing issue instead of creating a new one." %}
{% trans "For enterprise-grade storage solutions and support, please visit" %} http://www.ixsystems.com/storage/.