{% extends 'layouts/default.html' %} {% block title %}ExaFS - ApiKeys{% endblock %} {% block content %}

Your machines and ApiKeys

{% for row in keys %} {% endfor %}
Machine address ApiKey Organization Expires Read only Action
{{ row.machine }} {{ row.key }} {{ row.org.name }} {{ row.expires|strftime }} {% if row.readonly %} {% endif %} {% if row.comment %} {% endif %}
Add new ApiKey {% endblock %}