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

{{ group.name }}


{% for p in projects %}

{{ p.name }}

{% if p.image %} {% endif %}

  • Datasets: {{ p.datasetCount }}
  • Images: {{ p.imageCount }}

View details »

{% endfor %}

{% for p in datasets %}

{{ p.name }}

{% if p.image %} {% endif %}

  • Images: {{ p.imageCount }}

View details »

{% endfor %}
{% include "webgateway/base/includes/script_src_jquery.html" %} {% endblock %}