{% extends "xadmin/widgets/base.html" %} {% load i18n xadmin_tags %} {% block title %} {{ result_count }} {{ block.super }} {% endblock title %} {% block box_content_class %}{% if results %}nopadding x-scroll{% endif %}{% endblock box_content_class %} {% block content %} {% if results %} {% for o in result_headers %} {% endfor %} {% for row in results %} {% for o in row %} {% endfor %} {% endfor %}
{{ o.text }}
{{ o.label }}
{% else %} {% trans "Empty list" %} {% endif %} {% endblock content %}