{% load i18n %}
{% if request.user == user or not request.user.is_authenticated %}
{% elif user in request.user.blocks.all %}
{% include 'snippets/block_button.html' with blocks=True %}
{% else %}
{% if not minimal %}
{% include 'snippets/user_options.html' with user=user class="is-small" %}