Customize which elements appear on the {{ face_name }} face.

{% for comp in complications %}
{% if comp.enabled && !comp.options.is_empty() %}
{% for opt in comp.options %}
{% endfor %}
{% endif %}
{% endfor %}