{% extends "user_inbox/base.html" %} {% import "macros.html" as macros %} {% block profilesection %} {% trans %}inbox - moderation queue{% endtrans %} {% endblock %} {% block inbox_content %} {% if request.user.new_response_count %}
{% endif %} {% endblock %}