consent=forms.BooleanField(required=False,label=_("I want to help further"),help_text=_("We need your consent to contact you for clarifications regarding your report. This is optional, but helps us improve the quality of the reports. Thanks!"))
nick=forms.CharField(required=False,label=_("Name or nickname"),help_text=_("We need some name to display that instead of an email address."))
attachments=MultiFileField(required=False,label=_("Attach screenshot, document or any other relevant information."))
resource=forms.ChoiceField(required=False,choices=tuple(RESOURCES),label=_('What is the affected resource type. (optional)'))
resource=forms.ChoiceField(required=False,choices=RESOURCES,label=_('What is the affected resource type. (optional)'))
temporary=forms.BooleanField(required=False,label=_('Is the discrimination only temporary, e.g. due to network overload? (optional)'))
loophole=forms.BooleanField(required=False,label=_('Is there another offer provided by this Operator which removes this discrimination? (optional)'))
contractual=forms.BooleanField(required=False,label=_('The discrimination is described in the subscribers contract.'))