{% extends "settings2.html" %} {% block pagetitle %}Blocks{% endblock %} {% block content %}
Blocks
{% for block in blocks %} {% endfor %}
User Target Blocked on
{% with user = block.user %} {% include "user_in_table.html" %} {% endwith %} {% with user = block.target %} {% include "user_in_table.html" %} {% endwith %}
{% endblock %}