{% extends "servers.html" %} {% block installation %} {% if getting_config %}
{% for k, v, t in config %} {% endfor %}
{{k}}
{% csrf_token %}
{% else %}

{% for l in log %} {{l.2}}
{% endfor %}

{% endif %} {% endblock %}