{% extends 'events/abstracts/emails/default_notification.txt' %}

{% block subject -%}
    Abstract Merge notification (#{abstract_id})
{%- endblock %}

{% block body -%}
    Your abstract "{abstract_title}" with ID #{abstract_id} has been merged into "{target_abstract_title}".

    Kind regards,
    The organizers of {event_title}
{%- endblock %}
