{% extends 'core/base.html' %} {% load material_form static i18n %} {% block content %}
{% blocktrans %}Report a bug – REBUS – REport-A-Bug-System{% endblocktrans %}
{% csrf_token %}

{{ form.non_field_errors }}

{# Filled by REACT #}

{{ form.short_description.errors }}

help {{ form.short_description }}

{{ form.long_description.errors }}

mode_edit
{# Provide props in JSON format #} {{ props|json_script:"props" }} {# Include React for dynamic select #} {# include "components/react.html" #} {% endblock %}