{% extends "accounts/profile_base.html" %} {% block profile_body %}
Below are the instances you contribute to.
{% if request.user.profile.contributor_scoresets.count %}{{ instance.get_title }}
{{ instance.get_description }}
{% if not instance.children.count %}No associated score sets.
{% else %}
No associated experiments.
{% else %}
You are not a contributor on any entries
{% endif %}