<div data-gb-custom-block data-tag="extends" data-0='base.html'></div>
<div data-gb-custom-block data-tag="block"></div>
<div data-gb-custom-block data-tag="if">
<p>Your username and password didn't match. Please try again.</p>
<div data-gb-custom-block data-tag="if"></div>
<div data-gb-custom-block data-tag="if">
<p>Your account doesn't have access to this page. To proceed,
please login with an account that has access.</p>
<div data-gb-custom-block data-tag="else">
<p>Please login to see this page.</p>
<form method="post" action="
<div data-gb-custom-block data-tag="url" data-0='login'></div>">
<div data-gb-custom-block data-tag="csrf_token"></div>
<td>{{ form.username.label_tag }}</td>
<td>{{ form.username }}</td>
<td>{{ form.password.label_tag }}</td>
<td>{{ form.password }}</td>
<input type="submit" value="login" />
<input type="hidden" name="next" value="{{ next }}" />
{# Assumes you setup the password_reset view in your URLconf #}
<div data-gb-custom-block data-tag="url" data-0='password_reset'>