{% extends 'mathesar/app_styled_base.html' %} {% load i18n static %} {% block title %}{% translate "login"|title %}{% endblock %} {% block page_styles %} {% endblock %} {% block page_scripts %} {% endblock %} {% block content %} {% if live_demo_mode %}
⚠️

{% translate "unsupported screen size"|title %}

{% translate "Mathesar is a spreadsheet-like application with a rich UI that does not yet function well on screens this small. Improved support for mobile devices is on our" %} {% translate "roadmap" %} .

{% translate "You can still use this demo site, but some features may not work correctly. We encourage you to try Mathesar on a device with a larger screen." %}

{% translate "live demo mode"|title %}
{% translate "Mathesar's live demo is available to anyone to try out." %} {% if live_demo_username and live_demo_password %} {% translate "Use the following credentials to login" %}: {% endif %} {% translate "Keep in mind that the data in the live demo is reset regularly." %}
{% endif %}

{% block h1 %} {% endblock %}

{% block box_content %} {% endblock %}
{% endblock %}