{% extends 'faq/base.html' %} {% load i18n %} {% block details %}
{% translate "Live checks highlight which modules are ready right now and what is missing when they are not." %}
| {% translate "Module" %} | {% translate "Status" %} | {% translate "Current checks" %} | {% translate "Next steps" %} |
|---|---|---|---|
|
{{ module.name }}
{% if module.summary %}
{{ module.summary }} {% endif %} {% if module.cta %}
{{ module.cta|safe }}
{% endif %}
|
{% if module.active %} {% translate "Active" %} {% else %} {% translate "Inactive" %} {% endif %} |
|
|
| {% translate "No module data available." %} | |||