{% load i18n %} {% load static %}
{% if user == profile_user %} {% trans "Share your first post from the feed!" %} {% else %} {% trans "This user hasn't posted anything yet." %} {% endif %}