{% extends "base.html" %} {% block extra_head %} {% endblock %} {% block content %}

Report reasons

These are the categories DevPlace accepts content reports under. Every client renders the same list; see the community guidelines for what each one covers.

{% for reason in reasons %}
{{ reason.key }}
{{ reason.label }}
{% endfor %}
{% endblock %}