Experiments:
{{ subcrate.experiments_count }}
{% if subcrate.experiment_types %}
{% for type, count in subcrate.experiment_types.items() %}{{
type }} ({{ count }}){% if not loop.last %}, {% endif %}{%
endfor %}
{% endif %} {% if subcrate.experiment_patterns %}
{% for pattern in subcrate.experiment_patterns %}{{ pattern
}}{% if not loop.last %}, {% endif %}{% endfor %}
{% endif %}
Computations:
{{ subcrate.computations_count }}
{% if subcrate.computation_patterns %}
{% for pattern in subcrate.computation_patterns %}{{ pattern
}}{% if not loop.last %}, {% endif %}{% endfor %}
{% endif %}
Schemas:
{{ subcrate.schemas_count }}
Other:
{{ subcrate.other_count }}