{% for item in sequences %}

{{ item.name }}

{% for session in item.requirements %}

{{ session.name }}

{% if _u.logged %} {% if session.status %} {{ 'Complete'|get_lang }} {% else %} {{ 'Incomplete'|get_lang }} {% endif %} {% endif %}
{% if loop.index != item.requirements|length %} {% endif %} {% endfor %}
{% endfor %} {% if allow_subscription %}

{{ subscribe_button }}

{% endif %}