{% extends 'k2_upd/base.html' %} {% block styles %} {% endblock %} {% block content %}
Cart 0

{% if k2root_version < component_root[0].latest_version %} {{gettext('t_update_component_avaible')}} системи K2 Cloud ERP {% endif %}

{%if count_update > 0 %}
Доступне оновлення {{count_update}} компонент

Оновити {%if count_update > 0 %} все ({{count_update}}) {% endif %}

{% endif %} {{list_for_update}} {% if component_server %} {% for component in component_server %} {% if component.name in list_for_update_name %}
puzzle

{{ component.name|title }}

{{ component.description}}

{{ component.id}}/p>

Встановлена версія: {{ component.latest_version}}

{% endif %} {% endfor %} {% endif %}
{% endblock %}