{% extends "mails/notifications/base.html" %} {% block message %} {% set component = get_component(data['component_id']) %}

Object #{{ data['object_id'] }} has been imported into {% if component %}{{ component.get_name() }}{% else %}another database{% endif %} with the following notes:

{% endblock %}