{% extends "orga/auth/base.html" %} {% load i18n %} {% load static %} {% block title %}{% trans "Sign in" %}{% endblock %} {% block content %} {% include "common/auth.html" with hide_register=True %} {% endblock %}