{% extends 'core/auth/auth.html' %} {% load static %} {% block image %} {% static 'img/choose.svg' %} {% endblock image %} {% block title %} Create an account {% endblock title %} {% block content %} Create with manual details {% if github_enabled %} Create with github {% endif %} {% if google_enabled %} Create with google {% endif %} {% endblock %}