{% extends 'base.html' %} {% block title %}Dashboard{% endblock %} {% block content %}
| ID | Phone | Document | Actions | |
|---|---|---|---|---|
| {{ user.id }} | {{ user.email }} | {{ user.phone }} | {% if user.id in documents %} View Document {% else %} Not Verified {% endif %} | {% if user.id in documents and not documents[user.id].verified %} {% endif %} |