{% set profile = data.profile_ul %} {% set _username = data.firstname + ' ' + data.lastname %}
{% if profile == 'df' %} Profile Picture {% else %} Profile Picture {% endif %}
{{ _username }}
@{{ data.username }}
{{ data.bio or "No bio yet." }}
{% if data.badges %}
{% for badge in data.badges %} {{ badge }} {% endfor %}
{% endif %}
{{ data.posts_count or helpers._random_str(3, "digits") }}

Posts

{{ data.followers_count or helpers._random_str(3, "digits") }}

Followers

{{ data.following_count or helpers._random_str(3, "digits") }}

Following

{% if data.is_own_profile %} {% else %} {% endif %}