diff --git a/mainapp/templates/mainapp/request_list.html b/mainapp/templates/mainapp/request_list.html index 2807aa455..852677f11 100644 --- a/mainapp/templates/mainapp/request_list.html +++ b/mainapp/templates/mainapp/request_list.html @@ -3,16 +3,18 @@ {% block css %} {% endblock %} @@ -86,13 +89,23 @@

ഇതു വരെ ആവശ്യപ്പെട്ട {% for req in data %} - + {{ req.get_district_display }} {{ req.location }} {{ req.requestee }} {{ req.requestee_phone }} {{ req.dateadded }} - More details + + {% if req.latlng %} + Open in maps +
+ Accuracy: {{ req.latlng_accuracy }} + {% else %} + NA + {% endif %} + + {{ req.summarise | linebreaks }} + {% endfor %} @@ -122,9 +135,71 @@

ഇതു വരെ ആവശ്യപ്പെട്ട + + +