{% extends "base.html" %} {% block title %}Sysop Checklist{% endblock %} {% block content %}

Sysop Launch Checklist

{{ completed }} / {{ total }} complete

{{ (completed * 100 / total) | int }}%
Re-check anytime — this is read-only and won't change anything.
{% endblock %}