This repository has been archived on 2023-10-16. You can view files and clone it, but cannot push or open issues or pull requests.
2022-05-08 02:37:00 +08:00

11 lines
267 B
Twig

<tr>
<th>{{ type }}</th>
<td>{{ name }}</td>
<td>
<input name="{{ field }}" value="{{ value }}" type="text" />
</td>
<td>
<button class="alias_remove ui-button ui-corner-all ui-widget">{% trans 'Remove' %}</button>
</td>
</tr>