{% extends "base.html" %} {% load i18n %} {% load privacy_tags %} {% block title %}{% blocktrans with profile.user as user %}{{ user }}'s profile{% endblocktrans %}{% endblock %} {% block content %}
{# Note reversed class above, so this is first on computer/tablet viewports #}
{% include "profiles/includes/profile_card.html" with profile=profile %}
{% get_public_projects profile.user %} {% include "profiles/partials/profile_project_list.html" with objects=project_list objects=public_projects %}
{% endblock %}