<%- include('partials/_header'); %>



<div class="cont-1300">
 

  <div class="listado-tabla">
    
 

    <form action="/borrar_poliza/<%= data.nropoliza %>" method="post">
            <div class="table-responsive">
            <label style="text-align: center;  display: flex; justify-content: center; align-items: center;">Esta seguro que desea eliminar la póliza</label>
            

            </div>

                <br>
                <br>


            <nav style="display: flex; justify-content: center;">

                <% if ((process.env.rol == 1) || (process.env.rol == 2)) {  %>  
                <button type="submit" style="width: 250px; height: 39px; background-color: rgb(177, 15, 3); font-size: 15px;" class="btn btn-dark" ><img src="/resources/img/anulada.png" width="30" height="30">&nbsp;
                    Eliminar Póliza
                </button>
                <% } %>          
                &nbsp;&nbsp;&nbsp;
                <div style="text-align: right; text-decoration: none; padding-right: 3px;">    
                   <a href="javascript:window.history.back();" style="height: 39px; width:250px;; background-color: darkslateblue; font-size: 15px;" class="btn btn-secondary">Volver</a>
                </div>
                    
               
            </nav>

    </form>
</div>

</div>


<%- include('partials/_footer'); %>