Speakr Logo Speakr

Account Information

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}

Personal Information

Language & Prompt Preferences

Leave blank for auto-detection by transcription service.

Language for titles, summaries, and chat. Leave blank for default (usually English or transcription language).

This prompt will be used to generate the summary for your transcriptions. You can use placeholders like {{transcription}} and {{language_directive}} if needed, though the system will try to intelligently place the transcription content.

Account Statistics

{{ current_user.recordings|length }} Total Recordings
{% set completed_count = current_user.recordings|selectattr('status', 'equalto', 'COMPLETED')|list|length %} {{ completed_count }} Completed
{% set processing_count = current_user.recordings|selectattr('status', 'in', ['PENDING', 'PROCESSING', 'SUMMARIZING'])|list|length %} {{ processing_count }} Processing
{% set failed_count = current_user.recordings|selectattr('status', 'equalto', 'FAILED')|list|length %} {{ failed_count }} Failed

User Details

Username {{ current_user.username }}
Email {{ current_user.email }}

Account Actions

Go to Recordings