Author: {{author.username}},
+{% endfor %} +{% endblock %} \ No newline at end of file diff --git a/rapids/templates/rapids/base.html b/rapids/templates/rapids/base.html new file mode 100755 index 00000000..e762e551 --- /dev/null +++ b/rapids/templates/rapids/base.html @@ -0,0 +1,54 @@ +{% load static %} + + + + + {% block css %} + {% endblock %} + + + + + + + + + + + + + {% block js %} + {% endblock %} + + + + +Rapid: {{ rapid }}
+Region: {{ rapid.get_regions }}
+Abnormality: {{ rapid.get_abnormalities }}
+Images:
+ {% for image in rapid.images.all %}
+ Image {{ forloop.counter }}{% if image.feedback_image %} [feedback image]{% endif %}:
+
+ {% endfor %}
Feedback: {{ rapid.feedback }}
+Author(s): {% for author in rapid.author.all %} {{author}}, {% endfor %}
+Checked by: {% for verified in rapid.verified.all %} {{verified}}, {% endfor %}
+Scrapped: {{ rapid.scrapped }} (toggle) +
+