Current File : /var/www/pma/templates/export/alias_item.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>