{% extends "sewer/base.html" %} {% block title %}{{ repo.name }}{% endblock %} {% block content %} {% include "sewer/repo_info.html" %}
{% for a in repo.get_access_list %}
{{ a.entity }} ∈ {{ a.access }}
{% endfor %}
{% endblock %}