Sodelujoči
                {% for u in institution_users %}
                    
                        {{u.name}} {{role_map[u.id]}}
                     
                {% endfor %}
                {% if cooperation_history |length > 0 %}
                
Zgodovina sprememb
                {% for item in cooperation_history %}
                
                    
                        {{item.name}}
                        {{item.timestamp.strftime('%d. %m. %Y')}} postane {% if item.role == "coordinator"%}koordinator/-ka{% elif item.role == "mentor" %}mentor/-ica{% elif item.role == "other" %}druga vloga{% endif %}
                    
                 
                {% endfor %}
                {% endif %}