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

Profile Page

Welcome to your profile page! Here you can find information about how many MultiQC reports you've submitted, how to configure MultiQC, you can change your password and all kinds of other stuff!

Your Account

Your name:
{{current_user.first_name}} {{current_user.last_name}}
Your username:
{{current_user.username}}
Your e-mail address:
{{current_user.email}}
Your password:
Click here to change your password
MultiQC API Key:
Click here for instructions on how to configure MultiQC

MegaQC Statistics

Number of reports submitted:
?
Number of samples submitted:
?
{% endblock %}