{% extends "default.html" %} {% block title %} {% trans %}User settings{% endtrans %} {% endblock %} {% block breadcrumbs %}
  • {% trans %}Settings{% endtrans %}
  • {% endblock %} {% block content %}

    {% trans %}User settings{% endtrans %}

    {% trans %}Avatar{% endtrans %}

    {% trans %}Profile{% endtrans %}

    {% trans %}Preferences{% endtrans %}

    {% trans username=user.username %}You can change themes by going to your configuration repository and pushing a CSS file called theme.css.{% endtrans %}
    {% endblock %}