{% extends "base.html" %} {% load static %} {% load custom_tags %} {% load i18n %} {% load account socialaccount %} {% block title %} Account Login | {% env 'PROJECT_NAME' %} {% endblock title %} {% block description %} Log in to your account to access the bug logging tool. Enter your username and password or log in with Google or GitHub. {% endblock description %} {% block keywords %} Account Login, Bug Logging Tool, Username, Password, Google Login, GitHub Login {% endblock keywords %} {% block og_title %} Account Login - Access Your Bug Logging Tool {% endblock og_title %} {% block og_description %} Log in to your account to access the bug logging tool. Enter your username and password or log in with Google or GitHub for a seamless experience. {% endblock og_description %} {% block natural_content %} {% include "includes/sidenav.html" %} {% get_providers as socialaccount_providers %}

{% env 'PROJECT_NAME' %} {% trans "is a bug logging tool to report issues and get points, Organizations are held accountable" %}.

{% trans "Don't have an account" %}? {% trans "Get Started" %}!

{% trans "Read our" %} {% trans "terms" %} {% trans "and" %} {% trans "conditions" %}

{% trans "Account Login" %}

{% endblock natural_content %}