<table id="{{ table_id }}" class="data"> <thead> <tr> <th>{% trans %}#{% context %}Number{% endtrans %}</th> <th>{% trans 'Date' %}</th> <th>{% trans 'Username' %}</th> <th>{{ header_message }}</th> <th>{% trans 'Action' %}</th> </tr> </thead> <tbody> {% for entry in entries %} <tr class="noclick"> <td class="right"><small>{{ entry.line_number }}</small></td> <td><small>{{ entry.date }}</small></td> <td><small>{{ entry.username }}</small></td> <td>{{ entry.formated_statement|raw }}</td> <td class="nowrap"> <a class="delete_entry_anchor ajax" href="tbl_tracking.php" data-post=" {{- entry.url_params|raw }}"> {{ drop_image_or_text|raw }} </a> </td> </tr> {% endfor %} </tbody> </table>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
activate_deactivate.twig | File | 1.12 KB | 0644 |
|
create_version.twig | File | 3.69 KB | 0644 |
|
report_table.twig | File | 1007 B | 0644 |
|
selectable_tables.twig | File | 688 B | 0644 |
|
structure_snapshot_columns.twig | File | 2.29 KB | 0644 |
|
structure_snapshot_indexes.twig | File | 1.19 KB | 0644 |
|