{% extends "master-administracion.html" %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %} {% block body %}
| Nombre | Descripción | Estatus | Usuario | Comentario | Fecha | |
|---|---|---|---|---|---|---|
| {{registro.nombre}} | {{registro.email}} | {{registro.descripcion}} | {% if registro.estatus == 'NUEVO' %} {{registro.estatus}} {% elseif registro.estatus == 'PENDIENTE' %} {{registro.estatus}} {% elseif registro.estatus == 'RESUELTO' %} {{registro.estatus}} {% endif %} | {{registro.usuario}} | {{registro.comentario}} | {{registro.fecha_r}} |