{% load controlcenter_tags %}
{{ sharp }} | {% else %}{{ widget|attrlabel:attr|capfirst }} | {% endif %} {% endfor %}|
---|---|---|
{% if attr == sharp %} {% if url and attr in widget.list_display_links or url and not widget.list_display_links and forloop.first %} {{ forloop.parentloop.counter }} {% else %} {{ forloop.parentloop.counter }} {% endif %} {% elif url and attr in widget.list_display_links or url and not widget.list_display_links and forloop.first %} {% attrvalue widget obj attr %} {% else %} {% attrvalue widget obj attr %} {% endif %} | {% empty %} {% if obj|is_sequence %} {% for value in obj %}{% if url and forloop.first %} {{ value }} {% else %} {{ value }} {% endif %} | {% endfor %} {% else %}Object is not iterable. | {% endif %} {% endfor %}
{{ widget.empty_message }} |