Datos básicos
- Número de Registro: <%=numeroRegistro%>
- Nombre: <%=nombre%>
- <% if (nombrePresidente) { %>
- Presidente: <%=nombrePresidente%> <%=apellidosPresidente%>
- <% } %> <% if (nombreSecretario) { %>
- Secretario: <%=nombreSecretario%> <%=apellidosSecretario%>
- <% } %> <% if (anno) { %>
- Año Fundación: <%=anno%>
- <% } %> <% if (federacion) { %>
- Federación: <%=federacion%>
- <% } %> <% if (tipo) { %>
- Tipo Entidad: <%=tipo%>
- <% } %>
Datos Contacto
- <% if (direccion) { %>
- Dirección: <%=direccion%>
- <% } %> <% if (cp) { %>
- Código Postal: <%=cp%>
- <% } %> <% if (municipio) { %>
- Municipio: <%=municipio%>
- <% } %> <% if (poblacion) { %>
- Población: <%=poblacion%>
- <% } %> <% if (telefono) { %>
- Teléfono: <%=telefono%>
- <% } %> <% if (fax) { %>
- Fax: <%=fax%>
- <% } %> <% if (web) { %>
- Web: <%=web%>
- <% } %>
Secciones
<%=secciones%>
<% } %> <% if (estatutos) { %> <%=estatutos%> <% } %>