{% extends "templates/web.html" %} {% block style %} {% endblock %} {% block page_content %}
{%- if social_login -%}

{%- if facebook_login is defined %} {{ _("Facebook") }} {%- endif -%} {%- if google_login is defined %} {{ _("Google") }} {%- endif -%} {%- if github_login is defined %} {{ _("GitHub") }} {%- endif -%}

{{ _("or") }}

{%- endif -%}
{%- if not disable_signup -%}

{{ _("Not a user yet? Sign up") }}

{%- endif -%}

{{ _("Forgot Password?") }}



{{ _("Have an account? Login") }}



{{ _("Back to Login") }}

{% endblock %} {% block script %} {% endblock %} {% block sidebar %}{% endblock %}