{% extends 'base.html' %} {% load i18n %} {% block sidebar %} {% include 'sidebar.html' %} {% endblock %} {% block content %}

{% 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 %}

{% trans "Back" %}
{% endblock %}