{% trans "Startup Report" %}
{% trans "Review timestamps recorded when start.sh or upgrade.sh begin and end." %}
{% if startup_report.clock_warning %} {% endif %} {% if startup_report.error %}{{ startup_report.error }}
{% endif %} {% if not startup_report.entries %}{% trans "No startup activity has been recorded yet." %}
{% else %}| {% trans "Timestamp" %} | {% trans "Script" %} | {% trans "Event" %} | {% trans "Details" %} |
|---|---|---|---|
| {{ entry.timestamp_label|default:entry.timestamp_raw|default:"" }} | {{ entry.script|default:_("Unknown") }} |
{{ entry.event|capfirst|default:_("Unknown") }} | {{ entry.detail|default:"—" }} |