{{guide[guide_text]}}
{% if category['guides'] | guides_in_progress | list | length > 0 %}
{% endif %}
{% if (category['tools'] | length) + category['parts']['total'] > 0 %}
{{label['in_progress_guides']}}
{% for guide in category['guides'] | guides_in_progress %}
{% if guide['type'] in ['replacement'] %}
{% set guide_text = 'subject' %}
{% else %}
{% set guide_text = 'title' %}
{% endif %}
{% if guide['locale'] != lang %}
{{guide['locale']}}
{% endif %}
{% endfor %}
{{guide['subject']}}
{% if category['parts']['total'] > 0 %}
{% endif %}
{% if category['tools'] | length > 0 %}
{% endif %}
{% endif %}
{{label['parts']}}
{{label['tools']}}
{{label['tools_introduction']}}
{{category['contents_rendered']| cleanup_rendered_content(rel_prefix) | safe}}