{% extends "base.html" %} {% block title %}Completion criteria{% endblock %} {% block content %}
Current rules (extensible — stored in database for future criteria):
| Criterion | Required |
|---|---|
| {{ cfg.label }} | {{ 'Yes' if cfg.required else 'No' }} |
A module is Completed when all required criteria are met. Today: attended session(s) + assignment submitted.
Overall LCAF Certificate: all modules in all active thematic areas completed.
Future criteria (e.g. quiz pass, facilitator verification) can be added via app_settings without rebuilding the app.