{% extends "console/index.html" %} {% load console_tags %} {% block content %}
{% csrf_token %}
{{ me_form }}
uuid {{ me.uuid }}
Servers
    {% for s in me.servers %}
  • {{ s }}
  • {% endfor %}

Available distributions

{% for d in distros %} {% endfor %}
ID Name
{{ d.id }} {{ d.name }}
{% endblock %}