{% extends "cashonly/web/base.html" %} {% load i18n %} {% load bootstrap %} {% load staticfiles %} {% block head %} {{ block.super }} {% endblock %} {% block content %}

{% trans "Preferences" %}

{% trans "Daily digest" %}

{% blocktrans %}The digest will be sent nightly, as long as there where transaction made in the past 24 hours.{% endblocktrans %}

{% csrf_token %} {{ settings_form|bootstrap }}
{% trans "Change PIN" %}

{% blocktrans %}The PIN is asked for after scanning the member's ID card. If this field is left blank, no PIN will be needed to log in.{% endblocktrans %}

{% csrf_token %} {{ pin_form|bootstrap_horizontal:'col-sm-4' }}
{% trans "Change avatar" %}
{% if user.account.avatar %} {% else %} no avatar configured {% endif %}
{% csrf_token %} {{ avatar_form|bootstrap_horizontal:'col-sm-4' }}
{% endblock %}