{% extends "base.html" %} {% block content %} {% include 'dashboard/_dash_menu.html' %} Id Last Seen Username Screen Name Articles {% for user in all_users %} {{ user.id }} {{ moment(user.last_seen).format('L') }} {{ user.username }} {{ user.screen_name }} {{user.post.count()}} Edit Delete {% endfor %} {% endblock content %}