{%s lc.Get("auth.noregister") %}
← {%s lc.Get("auth.go_back") %}
{% else %}{%s lc.Get("auth.noauth") %}
{% endif %}{% import "net/http" %} {% import "github.com/bouncepaw/mycorrhiza/cfg" %} {% import "github.com/bouncepaw/mycorrhiza/l18n" %} {% func Register(rq *http.Request) %} {% code lc := l18n.FromRequest(rq) %}
{%s lc.Get("auth.noregister") %}
← {%s lc.Get("auth.go_back") %}
{% else %}{%s lc.Get("auth.noauth") %}
{% endif %}{%s lc.Get("auth.noauth") %}
{% endif %}{%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 %}