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

Projects

{% for project in projects %} {% endfor %}
Project Name
{{ 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..] }} {% if let Some(last_used_at) = key.last_used_at %} {{ last_used_at.format("%Y-%m-%d") }} {% else %} Never {% endif %}
{% endblock %}