{% load i18n %} {% load translations %} {% load permissions %} {% load icons %}
{{ change.get_action_display }}
{% if change.project %} {{ change.project }} {% endif %} {% if change.glossary_term %} — {{ change.glossary_term.language }} {% include "snippets/glossary-badge.html" with glossary=change.glossary_term.glossary %} {% endif %} {% if change.component %} / {{ change.component.name }} {% endif %} {% if change.translation %} — {{ change.translation.language }} {% endif %}
{% trans "No matching activity found." %}
{% endfor %}