{% extends "base.html" %} {% from "_macros.html" import status, sample_button %} {% block title %}First-run check — Video to LLM{% endblock %} {% set problems = problems | default([], true) %} {% block content %}
Everything below runs here. Nothing is sent anywhere.
{{ check.detail }}
{% if check.remediation and check.state.value != 'ok' %}{{ check.remediation }}
{% endif %}You can process video on this computer now. Descriptions are optional and can be switched on later without redoing any work.
Sort out the items marked above, then check again.
Check again {% endif %}