first commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<table class="widefat striped js-translators-table translators-table">
|
||||
<thead>
|
||||
{% include 'table-header.twig' %}
|
||||
</thead>
|
||||
<tbody>
|
||||
{% for user in users %}
|
||||
{% include 'translators-row.twig' %}
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
Reference in New Issue
Block a user