diff options
Diffstat (limited to 'archaeological_operations/templates/ishtar/sheet_operation.html')
-rw-r--r-- | archaeological_operations/templates/ishtar/sheet_operation.html | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html index 811997515..d24bb20fe 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -352,19 +352,7 @@ {% dynamic_table_document operation_docs 'documents' 'operations' item.pk '' output %} {% elif item.documents_list %} <h3>{{operation_docs}}</h3> - <table class='table table-striped datatables' - id="{{window_id}}-docs-table"> - {% for values in item.documents_list %}{% if not forloop.counter0 %} - <thead> - {% for value in values %}<th class="text-center">{{value}}</th>{% endfor %} - </thead> - {% else %} - <tr> - {% for value in values %}<td>{{value}}</td>{% endfor %} - </tr> - {% endif %} - {% endfor %} - </table> + {% include "ishtar/blocks/api_document_list.html" %} {% endif %} </div> {% endif %} |