<%- include('partials/_header'); %>



<div class="cont-1300">
 

  <div class="listado-tabla">
    
 

    <form action="/renovacion/<%= data.renovaciones[0].Id_Poliza %>" method="post">
            <div class="table-responsive">
            <table class="table table-hover" style="margin:auto;">
                <thead>            
                <tr>
                    <th style="width: 25%;" ></th>
                    <th style="width: 50%; text-align: center; vertical-align: middle;" >Renovación de Pólizas</th>
                    <th style="width: 25%;"></th>
                    
                </tr>
                
                </thead>
                <tbody>
                
                
                    <tr style="font-size: 13px;">
                        <td></td>
                    
                        <td style="text-align: center; vertical-align: middle;">
                             <% const dato=data.renovaciones[0].Apellido + ", " + data.renovaciones[0].Nombre %>
                             <label>Usted va a Renovar la Póliza de</label>&nbsp;<%= dato %> 
                        
                        </td>
                        
                        <td></td>
                    </tr>
                    <tr style="font-size: 13px;">
                         <td></td>
                        <td style="text-align: center; vertical-align: middle;">                    
                            <label>Póliza N° </label><%= data.renovaciones[0].Poliza %>                         
                        </td>
                         <td></td>
                    </tr>  

                </tbody>
            </table>
            

            </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; background-color: darkslateblue; font-size: 14px;" class="btn btn-dark" >
                    Renovar 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; margin-right: 10px; font-size: 15px;" class="btn btn-secondary">  Volver</a>
                </div>
                    
               
            </nav>

    </form>
  </div>

</div>
 





<%- include('partials/_footer'); %>
