{% extends "base.html" %} {% block title %}Dashboard - AWS Inventory Browser{% endblock %} {% block content %}

Dashboard

Total Snapshots
{{ total_snapshots | format_number }}
Total Resources
{{ total_resources | format_number }}
Active Baseline
{% if active_snapshot %} {{ active_snapshot }} {% else %} None set {% endif %}
Resource Types
{{ stats_by_type | length }}

Resources by Type

Resources by Region

Recent Snapshots

{% if recent_snapshots %} {% endif %}
{% endblock %} {% block scripts %} {% endblock %}