Files
sam-kd/dbeditor/templates/server/variables/variable_table_head.twig

8 lines
232 B
Twig
Raw Normal View History

<thead>
<tr class="var-header var-row">
<td class="var-action">{% trans 'Action' %}</td>
<td class="var-name">{% trans 'Variable' %}</td>
<td class="var-value">{% trans 'Value' %}</td>
</tr>
</thead>