{% extends "layout.html" %} {% load static from staticfiles %} {% load i18n %} {% block content %} {% trans 'Report content' %} {% blocktrans %}Use this form to report content that you believe infringes your or somebody else's rights.{% endblocktrans %} {% csrf_token %} {% with form=form %} {% include 'bootstrap_form.html' %} {% endwith %} {% trans 'Submit' %} {% endblock %}
{% blocktrans %}Use this form to report content that you believe infringes your or somebody else's rights.{% endblocktrans %}