{% if user.profile_image_url %} {% endif %} {% if user.username %}
@{{ user.username }}

{% endif %}
{{ user.id }}

{% if user.actions and user.actions.view_profile %} {% with view_profile=user.actions.view_profile %} {% endwith %} {% elif user.url %} {% else %} {% endif %} {{ user.name }} {% if user.verified %} [verified] {% endif %} {% if user.protected %} [protected] {% endif %}

{% if user.description %}
{{ user.description }}
{% endif %} {% if user.total_count %} {# this is getting into the new Collection territory, which mirrored User #}

{{ user.total_count }} items.

{% endif %} {% if user.pinned_tweet_id %}

Pinned tweet:

{{ user.pinned_tweet_id }}
{% endif %}
{% if user.created_at %}
Member since
{{ user.created_at }}
{% endif %} {% if user.website %}
Website
{{ user.website }}
{% endif %} {% if user.location %}
Location
{{ user.location }}
{% endif %} {% if user.public_metrics %} {% if user.public_metrics.tweet_count %}
Tweets
{{ user.public_metrics.tweet_count }}
{% endif %} {% if user.public_metrics.followers_count %}
Followers
{{ user.public_metrics.followers_count }}
{% endif %} {% if user.public_metrics.following_count %}
Following
{{ user.public_metrics.following_count }}
{% endif %} {% if user.public_metrics.listed_count %}
Listed
{{ user.public_metrics.listed_count }}
{% endif %} {% endif %}