{% extends "base.html" %} {% block main %}

Projects

{% for project in projects %} {% endfor %}
{{ project.name }}

API Keys

{% for key in keys %} {% endfor %}
API key Last used Actions
********{{ key.id.simple().to_string()[key.id.simple().to_string().char_indices().nth_back(3).unwrap().0..] }} Unknown
{% endblock %}