|
|
@ -12,7 +12,7 @@
|
|
|
|
<textarea name="text" required type="text" placeholder="Write Your Report Here" rows="10" cols="5"
|
|
|
|
<textarea name="text" required type="text" placeholder="Write Your Report Here" rows="10" cols="5"
|
|
|
|
class="w-full py-3 px-3 border border-gray-300 outline-none rounded-md resize-none">
|
|
|
|
class="w-full py-3 px-3 border border-gray-300 outline-none rounded-md resize-none">
|
|
|
|
{% for status in statuses %}
|
|
|
|
{% for status in statuses %}
|
|
|
|
{{ status.time }} - {{ status.text }}
|
|
|
|
{{ status.date_time.time }} - {{ status.text }}
|
|
|
|
{% endfor %}
|
|
|
|
{% endfor %}
|
|
|
|
</textarea>
|
|
|
|
</textarea>
|
|
|
|
|
|
|
|
|
|
|
|