blob: 3b2ce85ed0668cb4a55793448317f4da2b8cfe81 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<tr>
<th>{{ type }}</th>
<td>{{ name }}</td>
<td>
<input name="{{ field }}" value="{{ value }}" type="text">
</td>
<td>
<button class="alias_remove btn btn-secondary">{% trans 'Remove' %}</button>
</td>
</tr>
|