list.html 349 B

12345678
  1. {% extends "admin/admin/list.html" %}
  2. {% import "_forms.html" as form_theme with context %}
  3. {% block table_row scoped %}
  4. <td class="lead-cell">
  5. <strong>{{ item.name }}</strong>{% if item.ignore_subscriptions %} <span class="label label-important">{% trans %}Ignoring Subscriptions{% endtrans %}</span>{% endif %}
  6. </td>
  7. {% endblock%}