%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
datum: <%= akce.getDatum()[i-1]%>
<%if (akce.getMisto()[i-1] != null) {%>místo: <%= akce.getMisto()[i-1]%>
<% } %> <%if (akce.getSraz()[i-1] != null) {%>sraz: <%= akce.getSraz()[i-1]%>
<% } %> <%if (akce.getNavrat()[i-1] != null) {%>návrat: <%= akce.getNavrat()[i-1]%>
<% } %> <%if (akce.getUbytovani()[i-1] != null) {%>ubytování: <%= akce.getUbytovani()[i-1]%>
<% } %> <%if (akce.getJidlo()[i-1] != null) {%>jídlo: <%= akce.getJidlo()[i-1]%>
<% } %> <%if (akce.getPoplatek()[i-1] != null) {%>poplatek: <%= akce.getPoplatek()[i-1]%>
<% } %> <%if (akce.getVedouciPrezdivka()[i-1] != null) {%>vedoucí: <%= akce.getVedouciPrezdivka()[i-1]%> - <%= akce.getVedouciJmeno()[i-1]%> <%= akce.getVedouciPrijmeni()[i-1]%>
<% } %> <%if (akce.getSSebou()[i-1] != null) {%>s sebou: <%= akce.getSSebou()[i-1]%>
<% } %> <%if (akce.getPodrobnosti()[i-1] != null) {%>podrobnosti: <%= akce.getPodrobnosti()[i-1]%>
<% } %>