{% extends 'auth.base' %} {% block title %}{{ trans('auth.register.title') }}{% endblock %} {% block content %}

{{ trans('auth.register.message', {sitename: site_name}) }}

{{ include('auth.oauth') }} {% endblock %} {% block before_foot %} {% endblock %}