{% translate 'Eenos Control Panel Auto Updates' %}

{% translate 'The eenos control panel and package update preferences' %}

{% translate 'You are using Eenos Version'%}  {{request.session.VERSION}} {{request.session.TIRE}} {% if form.errors %}
{% for error in form.non_field_errors %} {{ error|escape }} {% endfor %} {% for field in form %} {% for error in field.errors %} {{ error|escape }} {% endfor %} {% endfor %}
{% endif %} {% if messages %} {% for message in messages %} {% if message.tags == "success" %} {%elif message.tags == "info"%} {% else %}
{{ message }}
{% endif %} {% endfor %} {% endif %}
{% csrf_token %}

{% translate 'Eenos Update Settings' %}


{% translate 'About Eenos Versions' %}

{% translate 'The Eenos version Format' %}
[MAJOR].[MINOR].[PATCH]

MAJOR

{% translate 'The major versions have new features' %}.

MINOR

{% translate 'The minor version comes with small features, bug fixes, and updates from a major release.' %}

PATCH

{% translate 'The patch version contains bug fix from a minor version' %}

RELEASE

{% translate 'A release tire is the distribution of the final version or the newest version of Eenos. This may contain new features.' %}

STABLE

{% translate 'A stable tire is the bug-fixed version of the release version. All stable releases will have one year of support or until the next version.' %}

LTS

{% translate 'An LTS tire is the bug-fixed version of the stable version. All LTS have three years of support or support till the next LTS release.' %}

{% csrf_token %}