{% extends "webclient/base/base_container.html" %} {% comment %} {% endcomment %} {% block title %} Extends "webgateway/base/container3.html" {% endblock %} {% block left %}

block left

{% endblock %} {% block center %}

block center

This page extends "webclient/base/base_container.html" and makes the following changes:

Login Required

Several of the components in the head of this page require you to be logged in to OMERO. So, this page uses the @login_required() decorator so you will need to log in to see this page. We also use the @render_response() decorator to add various details to the context that is passed to this page, for example...

You are currently logged in as: {{ ome.user.getFullName }}

{% endblock %} {% block right %}

block right

{% endblock %}