blocked.html 320 B

12345678910
  1. {% extends "sora/usercp/layout.html" %}
  2. {% load i18n %}
  3. {% load url from future %}
  4. {% import "sora/macros.html" as macros with context %}
  5. {% block title %}{{ macros.page_title(title=_('Blocked Members')) }}{% endblock %}
  6. {% block action %}
  7. <h2>{% trans %}Blocked Members List{% endtrans %}</h2>
  8. {% endblock %}