<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
        xmlns="http://www.w3.org/1999/xhtml"
        xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:a="http://jarch.com.br/jsf/ui">
<ui:composition template="/paginas/templates/templateListaV2.xhtml">
    <ui:define name="panelBodyTemplateLista">
        <a:form>
            <a:divTitle
                    title="#{a:bundle('label.lista')} - #{a:bundle('label.#[nomeSemCaracterEspecialMinusculo]')}"
                    description="#{a:bundle('label.manter')} #{a:bundle('label.#[nomeSemCaracterEspecialMinusculo]')}"/>

            <a:divListFilter
                    title="#{a:bundle('label.filtro')} - #{a:bundle('label.#[nomeSemCaracterEspecialMinusculo]')}"
                    actionList="#{lista#[nomeSemCaracterEspecial]Action}"
                    update="@form:listEntityDataTable#[nomeSemCaracterEspecial]"/>

            <a:divListDatatable id="listEntityDataTable#[nomeSemCaracterEspecial]"
                    title="#{a:bundle('label.lista')} - #{a:bundle('label.#[nomeSemCaracterEspecialMinusculo]')}"
                    actionList="#{lista#[nomeSemCaracterEspecial]Action}"/>
        </a:form>
    </ui:define>
</ui:composition>
</html>