{% if current_tab == 'posts' %}
{% for item in posts %}
{% set _author = profile_user %}{% set _time = item.time_ago %}{% set _show_share = false %}{% set _show_comment_form = false %}{% include "_post_card.html" %}
{% else %}
No posts yet.
{% endfor %}
{% elif current_tab == 'projects' %}
{% for p in projects %}
{% endfor %}
{% elif current_tab == 'media' %}
{% include "_media_gallery.html" %}
{% set pagination = media_pagination %}
{% set pagination_query = "tab=media&" %}
{% include "_pagination.html" %}
{% elif current_tab == 'followers' or current_tab == 'following' %}
{% for person in people %}