{% extends "layouts" ~ DIR ~ "default.twig" %} {% block title %}{{ "User Settings" | translate }}{% endblock %} {% block content %}

{{ "User Settings" | translate }}

{#- -#} {{ "Allow people to register." | translate }}

{#- -#} {{ "Allow the site to send email correspondence to users?" | translate }}

{#- -#} {{ "Should users activate by email?" | translate }}

{#- -#}

{#- -#}

{% endblock %}