{% extends "base.html" %} {% block title %}{{ lang.ha_page.has }} {% endblock %} {% block h2 %}{{ lang.ha_page.has }} {% endblock %} {% block content %} {% from 'include/input_macros.html' import input, checkbox, copy_to_clipboard %} {% if user_subscription.user_status == 0 or user_subscription.user_plan == 'user' %} {% include 'include/no_sub.html' %} {% elif not is_needed_tool %}

{{lang.admin_page.desc.no_ansible}} Ansible

. There is no server

{{lang.words.read|title()}} here {{lang.phrases.how_to_install}} Ansible.

{% else %} {% if g.user_params['role'] <= 3 %}
+ {{lang.ha_page.create_ha}}
{% endif %}
{% for cluster in clusters %}
{% endfor %}
{% endif %} {% endblock %}