{% extends "base.html" %} {% block title %}Statistiken - MYP Platform{% endblock %} {% block content %}
Übersicht über Systemleistung und Nutzungsstatistiken
Gesamte Jobs
{% if total_jobs is defined and total_jobs %}{{ total_jobs }}
{% endif %}Abgeschlossene Jobs
{% if completed_jobs is defined and completed_jobs %}{{ completed_jobs }}
{% endif %}Aktive Drucker
{% if active_printers is defined and active_printers %}{{ active_printers }}
{% endif %}Gesamte Druckzeit
{% if total_print_time is defined and total_print_time %}{{ total_print_time }}
{% endif %}{{ activity.description }}
{{ activity.timestamp|format_datetime }}
{{ user.name }}
{{ user.email }}
{{ user.job_count }}
Jobs
Durchschnittliche Job-Dauer
{% if avg_job_duration is defined and avg_job_duration %}{{ avg_job_duration }}
{% endif %}Erfolgsrate
{% if success_rate is defined and success_rate %}{{ success_rate }}%
{% endif %}System-Verfügbarkeit
{% if system_uptime is defined and system_uptime %}{{ system_uptime }}%
{% endif %}