{%s lc.Get("auth.noregister") %}
← {%s lc.Get("auth.go_back") %}
{% else %}{%s lc.Get("auth.noauth") %}
{% endif %}{% import "net/http" %}
{% import "sort" %}
{% import "github.com/bouncepaw/mycorrhiza/cfg" %}
{% import "github.com/bouncepaw/mycorrhiza/l18n" %}
{% import "github.com/bouncepaw/mycorrhiza/user" %}
{% func Register(rq *http.Request) %}
{% code
lc := l18n.FromRequest(rq)
%}
{%s lc.Get("auth.noregister") %} ← {%s lc.Get("auth.go_back") %} {%s lc.Get("auth.noauth") %} {%s lc.Get("auth.noauth") %}
{%s lc.Get("auth.telegram_tip") %}
{% endif %} {% endfunc %} {% func LoginError(err string, lc *l18n.Localizer) %}{%s lc.Get("auth.error_username") %}
{% case "wrong password" %}{%s lc.Get("auth.error_password") %}
{% default %}{%s err %}
{% endswitch %}{%s lc.Get("auth.logout_anon") %}
{% endif %}