{% extends "_base.html" %} {% load i18n %} {% load sekizai_tags %} {% load labelbase_tags %} {% block content %}
{% include "profile_header_menu.html" %}
{% block profile_content %} {% endblock %}
{% is_self_hosted as my_labelbase_is_self_hosted %}

Extensions

Fiat Finances Enable or disable fiat currency parsing and its associated functions.
Hashtags Enable or disable hashtag parsing and its associated functions.
Tree Map Enable or disable Tree Map.
Attachments Enable or disable attachments. This extension is available only for self-hosted Labelbase instances.
{% if my_labelbase_is_self_hosted %} {% else %} {% endif %}

Privacy

Sentry Enable or disable anonymized error tracking.

On login

Update spent Outputs Check and update all unspent outputs using Electrum.
{% csrf_token %} {% endblock %}