[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
14082024
/
Data
/
htdocs
/
htdocs
/
e-learning
/
application
/
views
/
default
/
[
Home
]
File: last-login-person.html
<table class="table table-striped table-condensed"> {% for l in last_login_data %} <tr> <td> <span class="pull-right text-muted"> {% if l.timeago is not empty %} <time class="timeato" datetime="{{ l.timeago }}">{{ l.lasttime }}</time> {% else %} {{ l.lasttime }} {% endif %} </span> <a href="{{ l.user.link_profil }}">{{ l.user.nama }}</a> </td> </tr> {% endfor %} </table>