{% load i18n %}
{% if record.accepted_submission_count %}
{% if table.has_arrived_permission %}
{% include "orga/includes/mark_speakers_arrived.html" with speaker=record arrived_btn_class="btn-sm" %}
{% else %}
{% if record.has_arrived %}
{% translate "Arrived" %}
{% else %}
{% translate "Not arrived" %}
{% endif %}
{% endif %}
{% endif %}