{% load i18n dashboard %} {% block content %} {% if user.is_authenticated %} {% if not in_dashboard %} {% with tile=cell|as_dashboard_cell:request.user %} {% if tile %} {% else %} {% endif %} {% endwith %} {% else %} {% endif %} {% endif %} {% endblock %}