{% load horizon i18n %} {% spaceless %} {# This makes sure whitespace doesn't affect positioning for dropdown. #} {% if row_actions|length > 1 %}
{% for action in row_actions %} {% if forloop.first %} {% include "horizon/common/_data_table_row_action_dropdown.html" %} {% endif %} {% endfor %}
{% endif %} {% if row_actions|length == 1 %} {% include "horizon/common/_data_table_row_action_dropdown.html" with action=row_actions.0 %} {% endif %} {% endspaceless %}