{% load i18n %} {% for action in actions %} {% include "activity/include/listing_base.html" with activity=action %} {% empty %} {% trans "There are no actions." %} {% endfor %}