{{guide[guide_text]}}
{% if category['guides'] | guides_in_progress | list | length > 0 %}
{% endif %}
{% if (category | category_count_tools) + (category | category_count_parts) > 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 | category_count_parts > 0 %}
{% endif %}
{% if category | category_count_tools > 0 %}
{% endif %}
{% endif %}
{{label['parts']}}
{{label['tools']}}
{{label['tools_introduction']}}
{{category['contents_rendered']| cleanup_rendered_content(rel_prefix) | safe}}