{% extends "webgallery/base/base.html" %} {% block title %} OMERO.web Gallery {% endblock %} {% block jumbotron %}

Welcome to OMERO Gallery

You can browse images below

{% endblock %} {% block body %}
{% for g in groups %}

{{ g.name }}

{% if g.image %} {% endif %}

  • Projects: {{ g.projectCount }}
  • Datasets: {{ g.datasetCount }}
  • Images: {{ g.imageCount }}

View details »

{% endfor %}
{% endblock %}