{% extends "base.html.twig" %}
{% block javascripts %}
{{ encore_entry_script_tags('roster') }}
{% endblock %}
{% block body %}
Rooster streamen
{% if currentUserId != null %}
[ {{ 'Logout'|trans }} ]
{% else %}
[ {{ 'Login'|trans }} ]
{% endif %}
| {{ 'Date'|trans }} | {{ 'Time'|trans }} | {{ 'Description'|trans }} | {{ 'Streamer'|trans }} | {% if currentUserId != null %}{{ 'Claim timeslot'|trans }} | {% endif %}
|---|---|---|---|---|
| {{ roster.date|date('Y-m-d') }} | {{ roster.time|date('H:i') }} | {{ roster.description }} | {{ userFullName }} | {% if currentUserId != null %}{% if lineInPast == false %} {% if currentUserId != roster.user.id|default() %} {% endif %} {% if currentUserId == roster.user.id|default() %} {% endif %} {% if currentUserId == roster.user.id|default() %} {% endif %} {% endif %} | {% endif %}