{% extends 'base.html' %} {% block title %}{{ t.title_login }} — PickkerMarket{% endblock %} {% block content %}
{% csrf_token %}

{{ t.login_title }}

{% if error %}
{{ error }} {% if unverified %}
{{ t.auth_resend_verification_link }}{% endif %}
{% endif %} {{ form.identifier }} {{ form.password }}

{{ t.login_forgot_password }}

{{ t.login_no_account }} {{ t.login_signup_link }}

{% endblock %}