{% extends "main.html" %} {% from 'bootstrap5/utils.html' import render_messages %} {% block title %}Capture{% endblock %} {% block card %} {% endblock %} {% block styles %} {{ super() }} {% endblock %} {% block content %}
{% if show_project_page %} {% endif%}You are logged-in as {{ current_user.id }} {% if user_config %} {% if user_config['overwrite'] == true %} The settings in your users configuration file will overwrite the settings you configure in the form below. {% else %} The settings in your users configuration file will only be used if you don't overwrite them in the form below. {% endif %}