%@page import="net.sourceforge.fenixedu.domain.candidacy.PersonalInformationBean"%>
<%@page import="org.joda.time.LocalDate"%>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
<%@page import="net.sourceforge.fenixedu.presentationTier.Action.grant.utils.PresentationConstants"%>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic"%>
<%@ taglib uri="/WEB-INF/fenix-renderers.tld" prefix="fr"%>
<%@ taglib uri="/WEB-INF/enum.tld" prefix="enum" %>
<% if (!PersonalInformationBean.isPastLimitDate()) { %>
<%= personalInformationBean.getLimitDate().toString() %>.
<% } else { %>
<%= personalInformationBean.getLimitDate().toString() %>.
<% } %>
<% if (personalInformationBean.isUnitFromRaidesListMandatory()) { %>
"/>
<% } else { %>
<% } %>
<% if ((personalInformationBean.getSchoolLevel() != null) && (personalInformationBean.getSchoolLevel().isHighSchoolOrEquivalent())) { %>
<% } %>
<% if (!PersonalInformationBean.isPastLimitDate()) { %>
<% } %>