{NmsBlock name="name" type="Text" width="64" height="1"}
| Nombre: |
{$block->getText()} |
{/NmsBlock}
{NmsBlock name="description" type="Text" width="64" height="12"}
| Descripción: |
{$block->getText()} |
{/NmsBlock}
{NmsBlock name="startDate" type="Text" width="32" height="1"}
| Fecha de Publicación: |
{$block->getText()} |
{/NmsBlock}
{NmsBlock name="endDate" type="Text" width="32" height="1"}
| Fecha límite Inscripción: |
{$block->getText()} |
{/NmsBlock}
{NmsBlock name="requisitos" type="Text" width="64" height="12"}
| Requisitos: |
{$block->getText()} |
{/NmsBlock}
{NmsBlock name="attachment" type="File" defaultName="descargar archivo" style="color:#A70404"}
|
{if $block->file()}{$block->file()->getName()}{else}Archivo adjunto{/if}
|
{/NmsBlock}
{NmsBlock name="attachment1" type="File" defaultName="Matricula" style="color:#A70404"}
|
{if $block->file()}{$block->file()->getName()}{else}Archivo adjunto{/if}
|
{/NmsBlock}
{NmsBlock name="attachment2" type="File" defaultName="Lista definitiva" style="color:#A70404"}
|
{if $block->file()}{$block->file()->getName()}{else}Archivo adjunto{/if}
|
{/NmsBlock}