{% extends 'base.html' %} {% block content %}

Doorboy info for {{subject_user.username | display_name}}


Users cards:
{% for c in cards %} {% endfor %}
Enabled Comment UID hash tail Last seen  
{% if c.token.enabled %}check_circle{% else %} {% endif %} {{ c.token.comment }} {{ c.token.uid_hash[-6:] }} {{ c.last_seen | timeago }} {% if is_self %} editEdit {% else %}   {% endif %}
{% endblock %}