translators-table.twig 257 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 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>