File tree 1 file changed +56
-0
lines changed
1 file changed +56
-0
lines changed Original file line number Diff line number Diff line change
1
+ {% extends 'base.html' %}
2
+
3
+ {% load static %}
4
+ {% block content %}
5
+ < div class ="page-content ">
6
+ < div class ="container-fluid ">
7
+ < div class ="col-xl-6 offset-lg-3 ">
8
+ < a href ="{% url 'users:help-requests' %} "> Regresar</ a >
9
+
10
+ < div class ="card overflow-hidden mt-2 ">
11
+ < div class ="bg-soft-primary ">
12
+ < div class ="row ">
13
+ < div class ="col-7 ">
14
+ < div class ="text-primary p-3 ">
15
+ < h5 class ="text-primary "> Pedido #{{help.pk}}</ h5 >
16
+ </ div >
17
+ </ div >
18
+ < div class ="col-5 align-self-end ">
19
+ < img src ="{% static 'backoffice/assets/images/profile-img.png' %} " alt ="" class ="img-fluid ">
20
+ </ div >
21
+ </ div >
22
+ </ div >
23
+ </ div >
24
+ <!-- end card -->
25
+
26
+ < div class ="card ">
27
+ < div class ="card-body ">
28
+ < h3 class ="subtitle has-text-left "> {{help.name|title}}</ h3 >
29
+
30
+ < p class ="has-text-left is-size-6 "> {{help.description}}</ p >
31
+ < h5 class ="font-size-15 font-weight-bold "> Ubicación: </ h5 > {{help.address}}
32
+ < h5 class ="font-size-15 font-weight-bold mt-3 "> Contactar</ h5 >
33
+ < div class ="row ">
34
+ < div class ="col-12 mt-3 ">
35
+ < a href ="tel:+57{{help.phone_number}} "
36
+ class ="btn btn-dark waves-effect waves-light mr-1 ">
37
+ < i class ="bx bx-phone-outgoing font-size-24 align-middle mr-2 "> </ i > Llamar
38
+ </ a >
39
+ < a href ="{{whatsapp}} " class ="btn btn-success waves-effect waves-light ">
40
+ < i class ="bx bxl-whatsapp font-size-24 align-middle mr-2 "> </ i > Whatsapp
41
+ </ a >
42
+ </ div >
43
+ </ div >
44
+ </ div >
45
+
46
+
47
+ </ div >
48
+
49
+ </ div >
50
+ </ div >
51
+ </ div >
52
+
53
+
54
+
55
+
56
+ {% endblock content %}
You can’t perform that action at this time.
0 commit comments