alias_item.twig 267 B

12345678910
  1. <tr>
  2. <th>{{ type }}</th>
  3. <td>{{ name }}</td>
  4. <td>
  5. <input name="{{ field }}" value="{{ value }}" type="text" />
  6. </td>
  7. <td>
  8. <button class="alias_remove ui-button ui-corner-all ui-widget">{% trans 'Remove' %}</button>
  9. </td>
  10. </tr>