{% extends "base.html" %} {% block title %}Личный кабинет{% endblock %} {% block content %}
{{ total_reports }}
{{ emotion_map.get(most_common_emotion, most_common_emotion) }}
{{ report['content'][:200] }}{% if report['content']|length > 200 %}...{% endif %}