{% extends "base.html" %} {% set active_nav = "admin" %} {% block title %}Admin - LSMC Atlas{% endblock %} {% block content %}
{{ stats.organizations or 0 }}
Organizations
{{ stats.users or 0 }}
Active Users
{{ stats.orders_today or 0 }}
TRFs Today
{{ stats.pending_releases or 0 }}
Pending Releases

Quick Links

Recent Activity

{% if recent_activity %}
{% for activity in recent_activity %} {% endfor %}
Action User Entity Time
{{ activity.action }} {{ activity.user_email }} {{ activity.entity_type }}:{{ activity.entity_id[:8] }} {{ activity.created_at | format_dt(user_preferences) }}
{% else %}

No recent activity

{% endif %}

System Interfaces

{% for link in interface_links %} {{ link.label }}{% if link.external %} ↗{% endif %} {% endfor %}

Library Dependencies

{% for dep in dependency_info %} {% endfor %}
Package Description Version Status
{{ dep.package }} {{ dep.description }} {{ dep.version }} {{ dep.status }}

TapDB Env
{{ tapdb_runtime.env or "-" }}
TapDB DB Name
{{ tapdb_runtime.database_name or "-" }}
TapDB Client ID
{{ tapdb_runtime.client_id or "-" }}
TapDB Config Path
{{ tapdb_runtime.config_path or "-" }}
{% endblock %}