{% extends 'default.html' %} {% set active_page = "dashboard" %} {% block title %} Block a sender {% endblock %} {% block default_content %}

Block sender

You are about to block the sender {{ contact.website_email }} from sending emails to {{ contact.alias.email }}

{% endblock %}