{% extends "layout.html" %} {% block title %} Active Users {% endblock %} {% block body %}
Sample of users that currently have the app installed.
| # | Username | See Repos (Grey if no activity yet) | |
|---|---|---|---|
| {{ loop.index }} | {% if user['is_pred'] %}{{ user['name'] }} | {% else %}{{ user['name'] }} | {% endif %}{% if user['is_pred'] %} {% else %} {% endif %} |