{% block head %}
{% block og_image_tag %}{% endblock %}
{% block title %}{%trans %}Fast and Free Online File Converter | OnlineConvert{% endtrans %}{% endblock %}
{% block extra_head %}{% endblock %} {% if site is defined and site.global_head_html %}{{ site.global_head_html|safe }}{% endif %} {% if show_plan_head_html and site is defined and site.plan_head_html %}{{ site.plan_head_html|safe }}{% endif %} {% for key, value in supported_languages.items() %}
{% endfor %}
{% endblock %} {% block select2 %} {% endblock %} {% if site is defined and site.global_body_html %}{{ site.global_body_html|safe }}{% endif %}
{% if site is defined and site.logo_type == 'image' %} {% if site is defined and site.site_logo %}
{% else %}
{% endif %} {% elif site is defined and site.logo_type == 'favicon_text' %}
{% if site.site_favicon %}
{% else %}
{% endif %}
{{ site.logo_text if site.logo_text else 'OnlineConvert' }}
{% elif site is defined and site.logo_type == 'text' %}
{{ (site.logo_text or 'O')[0]|upper }}
{{ site.logo_text if site.logo_text else 'OnlineConvert' }}
{% else %}
{% endif %}
{% trans %}All Tools{% endtrans %}
{% block header_menu %}{% endblock %}
{% trans %}Formats{% endtrans %}
{% if not user_is_paid %}
{% trans %}Pricing{% endtrans %}
{% endif %} {% if supported_languages.items()|length > 1 %}
{{g.lang_code|upper}}
{% for key, (value, enabled) in supported_languages.items() %}
{{value}}
{% endfor %}
{% endif %}
0
{% trans %}Recent Tasks{% endtrans %}
{% trans %}Clear{% endtrans %}
{% trans %}No recent tasks{% endtrans %}
{% if current_user %}
{{ user_initial }}
{{ current_user.username }}
{% if user_is_paid %}
{% endif %} {{ current_user.get('plan_name', _('Free')) if current_user.get('plan_name') else _('Free Plan') }}
{{ user_initial }}
{{ current_user.username }}
{{ current_user.email }}
{% if user_is_paid %}
{% trans %}Paid Plan{% endtrans %}
{% endif %}
{% if current_user and nav_plan_limits %}
{% trans %}Today's Usage{% endtrans %}
{% set _usage_cols = {'max_files_per_day': 'converter', 'max_pdf_per_day': 'pdf', 'max_hash_per_day': 'hash', 'max_screenshot_per_day': 'screenshot', 'max_bg_remove_per_day': 'bg_remove'} %} {% for limit_col, tool_key in _usage_cols.items() %} {% set used = nav_today_usage.get(tool_key, 0) %} {% set limit = nav_plan_limits.get(limit_col, 5) %} {% if limit != -1 %}
{{ nav_tool_labels.get(tool_key, tool_key)|title }}
{{ used }}/{{ limit }}
{% endif %} {% endfor %}
{% trans %}View Dashboard{% endtrans %}
{% endif %}
{% trans %}Dashboard{% endtrans %}
{% trans %}Referrals{% endtrans %}
{% trans %}Change Password{% endtrans %}
{% trans %}Two-Factor Auth{% endtrans %} {% if not user_is_paid %}
{% trans %}Paid{% endtrans %}
{% endif %}
{% trans %}Sign Out{% endtrans %}
{% else %}
{% trans %}Login{% endtrans %}
{% trans %}Sign Up{% endtrans %}
{% endif %}
{% include "shared/tools.html" %}
{% trans %}All Tools{% endtrans %}
{% include "shared/tools.html" %}
{% block header_menu_mobile %}{% endblock %}
{% trans %}Formats{% endtrans %}
{% trans %}About{% endtrans %}
{% trans %}FAQ{% endtrans %}
{% if not user_is_paid %}
{% trans %}Pricing{% endtrans %}
{% endif %} {% if supported_languages.items()|length > 1 %}
{{g.lang_code|upper}}
{% for key, (value, enabled) in supported_languages.items() %}
{{value}}
{% endfor %}
{% endif %}
{% trans %}Dark Mode{% endtrans %}
{% trans %}Light Mode{% endtrans %}
{% if current_user %}
{{ user_initial }}
{{ current_user.username }}
{% if user_is_paid %}
{% trans %}Paid Plan{% endtrans %}
{% else %}
{% trans %}Free Plan{% endtrans %}
{% endif %}
{% trans %}Dashboard{% endtrans %}
{% trans %}Referrals{% endtrans %}
{% trans %}Change Password{% endtrans %}
{% trans %}Two-Factor Auth{% endtrans %}
{% trans %}Sign Out{% endtrans %}
{% else %}
{% trans %}Login{% endtrans %}
{% trans %}Sign Up{% endtrans %}
{% endif %}
{% include "partials/ad_banner.html" %}
{% block content %}{% endblock %}
{% block contact_us %}{% endblock %}
{% block footer %} {% block page_scripts %}{% endblock %} {% endblock %} {% block faq_java %}{% endblock %} {% block google_captcha %}{% endblock %} {% block select2js %}{% endblock %}