{# Profile Completion Banner - LinkedIn-style progress indicator #} {# Include this on pages where the profile owner is logged in #} {% if app.user is same as(user) %} {% set completion = profile_completion(user) %} {% if completion.percentage < 100 %}
{% if app.request.locale == 'ar' %} 📊 أكمل ملفك الشخصي {% else %} 📊 Complete Your Profile {% endif %}
{{ completion.percentage }}% {{ app.request.locale == 'ar' ? completion.tier.label_ar : completion.tier.label_en }}
{% if completion.next_action %} {% endif %}
{% endif %} {% endif %}