{% trans "My SLM data" %} {% trans "Add SLM data" %}

{% trans "Latest notifications" %} | {% trans "All notifications" %}

{% if request.user.is_staff %}

{% trans "Search" %}

{% endif %}
{% for status, name in statuses.items %}

{{ name }}

{% empty %}

{% trans "No SLM data found." %}

{% endfor %}