{% extends "hosting/base_short.html" %} {% load staticfiles bootstrap3 i18n %} {% block content %}

{% trans "Access Key"%}

{% if messages %}
{% for message in messages %} {{ message }} {% endfor %}
{% endif %}

{% trans "Add Key"%}

Use your created key to access to the machine. If you lost it, contact us.

{% for user_key in keys %} {% endfor %}
{% trans "Name"%} {% trans "Created at"%} {% trans "Status"%}
{{user_key.name}} {{user_key.created_at|date:'Y-m-d H:i' }} Active
{% if next_url %} {% endif %} {%endblock%}