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

{% block subject -%}
    {% trans %}Abstract Acceptance notification (#{abstract_id}){% endtrans %}
{%- endblock %}

{% block body -%}
    {% trans -%}
        We're pleased to announce that your abstract "{abstract_title}" with ID #{abstract_id} has been accepted in track "{abstract_track}" ({contribution_type}).
    {%- endtrans %}

    {% trans linebreak='\n' -%}
        See below a summary of your submitted abstract:{{ linebreak }}
        Conference: {event_title}{{ linebreak }}
        Submitted by: {submitter_name}{{ linebreak }}
        Title: {abstract_title}{{ linebreak }}
        Authors: {primary_authors}{{ linebreak }}
        Co-authors: {co_authors}{{ linebreak }}
        Track classification: {abstract_track}{{ linebreak }}
        Presentation type: {contribution_type}
    {%- endtrans %}

    {% trans -%}For a more detailed summary please visit the page of your abstract:{%- endtrans %}
    {abstract_url}

    {% trans linebreak='\n' -%}
        Kind regards,{{ linebreak }}
        The organizers of {event_title}
    {%- endtrans %}
{%- endblock %}
