{% extends "_base.html" %} {% block content %}

User settings

Change your password

Change Password
{% if 1 %}

Generate Financial Statement

Download Financial Statement
{% comment %} REPLACE WITH LOGIC TO CHECK PROPER USER {% endcomment %}
{% endif %} {% if 1 %}

Upload Machine Learning Model

{% comment %} AI content {% endcomment %} {% endif%}

General information

example@gmail.com
LoginExample

User History

{% for entry in user_data %} {%endfor%}
Date Action Details
{{entry.date}} {{entry.action}} {{entry.file}}
{% if 1 %} {% comment %} REPLACE WITH LOGIC TO CHECK PROPER USER {%endcomment %}

Application Logs

{% for entry in admin_data %} {% endfor %}
Date Action User ID status
{{entry.date}} {{entry.action}} {{entry.user}} {{entry.status}}
{% endif %} {% comment %} Admin page functionality end {% endcomment %}
{% endblock content %}