{% extends "base.html" %} {% block title %}{{ _('Sign in') }} — Ballistic Analyzer{% endblock %} {% block content %}

{{ _('Sign in') }}

{% if show_resend %}
{% endif %}

{{ _("Don't have an account?") }} {{ _('Create one') }}


{{ _('or continue with') }}
{{ _('Continue with Google') }} {{ _('Continue with GitHub') }}
{% endblock %}