{% extends 'links/index.html' %} {% load i18n %} {% block title %}{% translate 'Links | Login' %}{% endblock %} {% block content %}

{% translate 'Links' %}

{% if next %} {% if user.is_authenticated %}

{% blocktranslate %} Your account doesn't have access to this page. To proceed, please login with an account that has access. {% endblocktranslate %}

{% else %}

{% translate 'Please login to see this page.' %}

{% endif %} {% endif %}

{% translate 'Login' %}

{% translate 'Login to start using Links' %}

{% if form.errors %} {% endif %}
{% csrf_token %}
{{ form.username }} {{ form.username.label_tag }} {{ form.username.help_text }}
{{ form.password }} {{ form.password.label_tag }} {{ form.password.help_text }}
{% endblock %}