correccion front

parent 71e73314
......@@ -35,6 +35,7 @@
</thead>
<tbody>
{%for suscripcion in suscripciones %}
{% if suscripcion->getLisId()->getTag()->getTagId() == 1 %}
<tr>
<td>{{suscripcion.getSusMsisdn()}}</td>
<td><img id="imgListaContratada_{{suscripcion.getLisId().getLisId()}}" class="img-fluid rounded-circle" style ="width:60px; height:60px;" src="http://newbackendcontenidos.gearlabs.cl{{suscripcion.getLisId().getPathImagen()}}"></td>
......@@ -45,7 +46,8 @@
<td>{{suscripcion.getFechaFinFormatted()}}</td>
<td>{% if suscripcion.getSusVigente() == 1 %}{{suscripcion.getTiempoRestanteSuscripcion()}}{% else %} 0 días {% endif %}</td>
<td><button onclick="showUnsuscribeList(event, '{{suscripcion.getLisId().getLisNombre()}}', {{suscripcion.getLisId().getLisId()}} )" type="button" class="btn btn-danger" data-dismiss="modal">Cancelar Suscripcion</button> </td>
</tr>
</tr>
{% endif %}
{% endfor %}
</tbody>
</table>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment