{% load freeadmin %} {% if sw_name != "freenas" %}

Production

{% block production_form %} {% csrf_token %} {% admin_form production_form %} {% endblock %}
{% block buttons %} {% if not inline %} {% endif %} {% with form.advanced_fields as advfields %} {% include "freeadmin/advanced_btn.html" %} {% endwith %} {% block extra_buttons %}{% endblock %} {% endblock %}
{% endif %} {% if sw_name != "freenas" or license %}

{% trans "License Information" %} {% if allow_update %}
{% trans "Update License" %}
{% endif %}

{% if license %} {% else %} {% if license_invalid %} {% else %} {% endif %} {% endif %}
{% 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 == 'LEGACY' %} Hardware: {% if license.contract_hardware == 'PARTS' %}Advanced Parts Replacement{% endif %} {% if license.contract_hardware == 'NEXTDAY' %}Next Business Day On-Site{% endif %} {% if license.contract_hardware == 'FOURHOUR' %}4-Hour On-Site{% endif %}
Software: {% if license.contract_software == 'NONE' %}None{% endif %} {% if license.contract_software == 'BUSINESS' %}8x5 Help Desk{% endif %} {% if license.contract_software == 'INTEGRAL' %}24x7 Help Desk{% endif %} {% endif %} {% if license.contract_type == 'STANDARD' %}{% trans "Standard" %}{% endif %} {% if license.contract_type == 'BRONZE' %}{% trans "Bronze" %}{% endif %} {% if license.contract_type == 'SILVER' %}{% trans "Silver" %}{% endif %} {% if license.contract_type == 'GOLD' %}{% trans "Gold" %}{% endif %} {% if license.contract_type == 'FREENASCERTIFIED' %}{% trans "8x5 FreeNAS Support" %}{% endif %} {% if license.contract_type == 'FREENASMINI' %}{% 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 == 'DEDUP' %}{% trans "Deduplication" %}
{% endif %} {% if f == 'JAILS' %}{% trans "Jails/Plugins" %}
{% endif %} {% if f == 'VM' %}{% trans "Virtual Machines" %}
{% endif %} {% if f == 'FIBRECHANNEL' %}{% trans "Fibre Channel" %}
{% 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 }}
{% if f.1 == 5 %}{% trans "ES12 Enclosure" %}{% endif %}: {{ f.0 }}
{% if f.1 == 4 %}{% trans "ES60 Enclosure" %}{% endif %}: {{ f.0 }}
{% empty %} {% trans "None" %} {% endfor %}
{% trans "EULA" %} {% if eula_not_accepted %}
Not accepted
{% else %}
{% csrf_token %}
{% endif %}
{% trans "Show EULA" %}
{% trans "License is not valid! Contact iXsystems support." %}
{% trans "License not found! Contact iXsystems support." %}
{% endif %} {% if sw_name == "freenas" %}

{% 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/.

{% endif %}