{% extends "base.html" %} {% load i18n entity_renderers %} {% block extralinks %} {% endblock %} {% block content %} {{ HOME_TITLE }} {{ HOME_SUBTITLE }} {% if user.is_authenticated %} {% include "portal/menu.html" %} {% trans "Latest Entities" %} {% for entity in entities %} {% render_entity_as_list_item entity %} {% endfor %} {% trans "Full list of entities" %} {% else %} {{ HOME_SLOGAN }} {% trans "Sign in" %} {% endif %} {% endblock %}
{% trans "Full list of entities" %}
{% trans "Sign in" %}