{% blocktrans count transaction.modules_list|length as counter %}The following addon is being installed{% plural %}The following addons are being installed{% endblocktrans %} : {% for m in transaction.modules_info %} {{ m.name }}{% if not forloop.last %},{% endif %} {% endfor %}