{% for module in available_modules %}
{% if module.enabled == True %} {% else %} {% endif %}

Module hook: {{ module.module_hook }}

{{ module.description }}

{% endfor %}