{# 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 %}
{% endif %} {% endif %}