{% extends "base.html" %} {% block title %}{{ _('nav.new_study') }}{% endblock %} {% block content %}

{{ _('study.new_title') }}

{{ _('study.new_subtitle') }}

💡 {{ 'Your notes will help the AI customize the report to your specific needs' if not is_rtl else 'ستساعد ملاحظاتك الذكاء الاصطناعي على تخصيص التقرير حسب احتياجاتك المحددة' }}

{{ _('study.est_time') }}

{% endblock %}