{% extends "baselayout.html" %} {% load static %} {% block extrahead %} {% endblock %} {% block extrajs %} {% endblock %} {% block content %}

General Feedback

{% for fb in general %}

{{fb.date|date:"d M Y"}}: {{fb.user.first_name}} {{fb.user.last_name}} | View

{% if fb.video %}

Download video
(if video does not play here you may be able to play by downloading)

{% endif %}

{{fb.comment}}

{% csrf_token %}

{% endfor %}

Sign Feedback

{% for fb in signfb %}

{{fb.date|date:"d M Y"}}: {{fb.user.first_name}} {{fb.user.last_name}} | View

{% if fb.kind == "word" %}

Sign: {{fb.name}}

{% endif %} {% if fb.kind == "gloss" %}

Sign: {{fb.name}}

{% endif %}

Comment: {{fb.comment}}

Don't Belong: {{fb.kwnotbelong}}

{% csrf_token %}

{% endfor %}

Missing Sign Feedback

{% for fb in missing %}

{{fb.date|date:"d M Y"}}: {{fb.user.first_name}} {{fb.user.last_name}} | View

Email: {{fb.user.email}}

{% if fb.video %}

Download video
(if video does not play here you may be able to play by downloading)

{% endif %}
Handform
{{fb.get_handform_display}}
Handshape
{{fb.get_handshape_display}}
Alternate Handshape
{{fb.get_althandshape_display}}
Location
{{fb.get_location_display}}
Relative Location
{{fb.get_relativelocation_display}}
Hand Body Contact
{{fb.get_handbodycontact_display}}
Hand Interaction
{{fb.get_handinteraction_display}}
Direction
{{fb.get_direction_display}}
Movement Type
{{fb.movementtype}}
Small Movement
{{fb.smallmovement}}
Repetition
{{fb.repetition}}
Meaning
{{fb.meaning}}
Comments
{{fb.comments}}

{% csrf_token %}

{% endfor %} {% endblock %}