{{ user.name }} @{{ user.fqn }} {% if user.is_admin %} {{ "Admin" | _ }} {% endif %} {% if is_self %} {{ "It is you" | _ }} {% endif %}

{% if is_self %} {{ "Edit your profile" | _ }} {% endif %} {% if is_remote %} {{ "Open on {{ instance_url }}" | _(instance_url=instance_url) }} {% endif %} {% set not_self = not is_self %} {% if not_self and (account is defined) %} {% if follows %} {{ "Unfollow" | _ }} {% else %} {{ "Follow" | _ }} {% endif %} {% endif %}
{{ "{{ count }} followers" | _n(singular="One follower", count=n_followers) }}