{% endif %}
{% for module in modules %}
{% if module.is_enabled() and module.context == 'JobContext' %}
{% for card in module.get_cards(job_details.job) %}
{{ card.content | safe }}
{% endfor %} {# end cards #}
{% endif %}
{% endfor %} {# end modules #}
{% if enabled_modules|length > 1 %}