{% extends "base.html" %} {% block title %}Dashboard ยท MIEM Employees{% endblock %} {% block content %} Active{{ counts.active }} Dismissed{{ counts.dismissed }} Runs{{ counts.runs }} Errors{{ counts.errors }} Latest runs IDStatusParsedErrorsStarted {% for run in runs %} {{ run.id }}{{ run.status }}{{ run.parsed_count }}{{ run.error_count }}{{ run.started_at }} {% endfor %} {% endblock %}