{% extends "admin/admin/list.html" %} {% block table_row scoped %} <td class="lead-cell"> <strong>{{ _(item.name) }}</strong> </td> <td> {{ item.extensions|replace(',', ', ') }} </td> {% endblock%}