{% extends "base.html" %} {% block title %}{{ _('Password Reset Requests') }}{% endblock %} {% block content %}
| {{ _('User') }} | {{ _('Requested At') }} | {{ _('Actions') }} |
|---|---|---|
|
{% if req.user.profile_pic and req.user.profile_pic != 'default.png' %}
{% if req.user.profile_pic.startswith('http') %}
|
{{ req.requested_at.strftime('%Y-%m-%d %H:%M') }} | {{ _('Set Password') }} |
| {{ _('User') }} | {{ _('Requested At') }} |
|---|---|
|
{% if req.user.profile_pic and req.user.profile_pic != 'default.png' %}
{% if req.user.profile_pic.startswith('http') %}
|
{{ req.requested_at.strftime('%Y-%m-%d %H:%M') }} |
| {{ _('User') }} | {{ _('Requested At') }} |
|---|---|
|
{% if req.user.profile_pic and req.user.profile_pic != 'default.png' %}
{% if req.user.profile_pic.startswith('http') %}
|
{{ req.requested_at.strftime('%Y-%m-%d %H:%M') }} |