{% extends "base.html" %} {% block content %}
Currnet version Last version
{{current_ver}} {{new_ver}} {% if current_ver_without_dots < new_ver_without_dots and current_ver_without_dots != new_ver_without_dots and new_ver != "Sorry cannot get current version" %} Update {% endif %}
Note: For update you have to use HAProxy-WI repository. If do not use repositiry then use update.sh script in HAProxy-WI home directory

Read more about update in docs
{% endblock %}