{% extends 'horizon/common/_data_table.html' %} {% load i18n %} {% block table_body %} {% for row in rows %} {% spaceless %} {% for cell in row %} {% if cell.column.name == 'version' %} {{ cell.value }} {% if row.datum.actual_version %} {% endif %} {% else %} {% include "horizon/common/_data_table_cell.html" %} {% endif %} {% endfor %} {% endspaceless %} {% empty %} {{ table.get_empty_message }} {% endfor %} {% endblock table_body %}