{% extends "base_short.html" %} {% load i18n staticfiles bootstrap3 %} {% block title %} You must be logged in to access this page {% endblock %} {% block content %}

{% trans " You need to login to access " %}

{% endblock %}