@@ -28,6 +28,9 | |||
|
28 | 28 | <br> |
|
29 | 29 | <br> |
|
30 | 30 | |
|
31 | <!-- If --> | |
|
32 | {% if details %} | |
|
33 | ||
|
31 | 34 | <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true" > |
|
32 | 35 | |
|
33 | 36 | {% for location in locations %} |
@@ -78,6 +81,8 | |||
|
78 | 81 | {% endfor %} |
|
79 | 82 | </div> |
|
80 | 83 | |
|
84 | {% endif %} | |
|
85 | ||
|
81 | 86 | {% endblock %} |
|
82 | 87 | |
|
83 | 88 |
General Comments 0
You need to be logged in to leave comments.
Login now