{% load i18n %} {% load mss %}
{% if not categories %}

{% trans "No addon available in this section." %}

{% endif %} {% for c in categories %} {% for m in c.modules %} {% if m.standalone %}
{% comment %} {% if m.configured %} {% trans "Actions" %} {% endif %} {% endcomment %} {{ m.description|markdown }} {% if not m.configured and not m.purshased and m.price %}

{{ m.price }} {% trans "Info" %}

{% endif %}
{% endif %} {% endfor %} {% endfor %}