{% extends 'notifications/items/layout.html' %}
{% load i18n %}
{% block icon %}
{% endblock %}
{% block description %}
{% url 'prefs-export-file' notification.related_user_export.task_id as url %}
{% blocktrans %}Your user export is ready.{% endblocktrans %}
{% endblock %}