{{ name }} {% 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 %} {% if not is_self and account %} {% if follows %} {{ "Follow" | _ }} {% else %} {{ "Unfollow" | _ }} {% endif %} {% endif %}
{{ "{{ count }} followers" | _n(singular="One follower", count=n_followers) }}