horizon/horizon/templates/horizon/common/_data_table_row.html

8 lines
196 B
HTML

<tr{{ row.attr_string|safe }}>
{% spaceless %}
{% for cell in row %}
{% include "horizon/common/_data_table_cell.html" %}
{% endfor %}
{% endspaceless %}
</tr>