{% extends "admin/admin/list.html" %} {% block table_row scoped %} <td class="lead-cell"> <strong>{{ _(item.name) }}</strong> <span class="muted">{{ item.style }}</span> </td> {% endblock%}