{% extends "account/base.html" %} {% load i18n %} {% load account %} {% load url from future %} {% block head_title %}{% trans "Sign In" %}{% endblock %} {% block content %}
You can sign in to KarmaNotes with any of the existing accounts you might have below. Or, sign up for a KarmaNotes account and sign in below.
{% else %}{% blocktrans %}If you have not created an account yet, then please sign up first.{% endblocktrans %}
{% endif %} {% endblock %}