{% load closedverse_user %}{% if profile.can_block %}

{% if profile.is_blocked %}Unblock{% else %}Block{% endif %} {{ user.nickname }}

{% user_sidebar_info user profile %}

Really {% if profile.is_blocked %}un{% endif %}block this user?{% if not profile.is_blocked %} You won't be able to see each other's posts or profile.{% endif %}

{% endif %}