{%- if current_user.timezone | string != event.time_zone -%}
            
                
                
                    {{ _('This event is organised in the %(timezone)s time zone, in which it happens between %(start_time)s and %(end_time)s', timezone=event.time_zone, start_time=event.start_time_tz, end_time=event.end_time_tz) }}
                
            
    {% endif %}
            {{ event.start_time_for_user(current_user) | datetimeformat(rebase=false) }}
            –
            {{ event.end_time_for_user(current_user) | datetimeformat(rebase=false) }}
        
{{ event.description }}
{% trans %}Invited users{% endtrans %}
- 
{% for invitation in event.invitations %}
    
- {{ invitation.invitee }} {% if invitation.invitee == current_user.profile %} Accept {% endif %} {% endfor %}