11 lines
267 B
Twig
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>
|