{% if provider.multiple_applications_allowed? %} {% for app in current_account.applications %}
{% if app.can_change_plan? %} {% plan_widget app %} {{ '/css/plans_widget_overrides.css' | stylesheet_link_tag }} {% endif %}
{% endfor %} {% endif %}