<%=image_tag("down.png",:class=>"jqueryToggle")%><%=image_tag("down.png",:style=>"display:none",:class=>"jqueryToggle")%>
<%=t('event.video_part')%>: <%=@event.get_session_now.title if @event.has_session_now?%>

<%if !logged_in?%>

<%= t('register.and_participate_description') %>

<%= link_to "" + t('register.and_participate') + "",signup_path("user[special_event_id]" => (@event.id).to_s) ,:class => "register_link big_button orange_button"%> <%= t('register.or_choose') + " " %> <%= link_to t('register.back_to_streaming'),space_event_path(@space, @event, :show_streaming => true) %> <%elsif @event.has_session_now?%>
Live!
<%if @event.has_streaming?%> <%=link_to ("" + t('event.streaming.back') + ""),space_event_path(@space, @event, :show_streaming => true), {:id=>"view_streaming", :class=>"grey_button basic_button",:title => t('event.view_participation')} %> <%end%>
<%= @event.web current_user.login %> <%else%>
<%=image_tag("visor_video.png")%> <%=t('event.note.participation')%>
<%end%>
<%if @event.description != ""%> <%= render :partial => "events/event_description" %> <%end%>