{% extends "profile_base.html" %} {% set profile_nav_active = "repos" %} {% set profile_repo_subnav_active = "protections" %} {% block profile_content %}
No trusted approvers configured. Any user can approve.
{% else %}| User | Actions |
|---|---|
| {% with user_link_href = "/" ~ approver.username, user_link_username = approver.username, user_link_label = approver.username, user_link_class = "text-decoration-none" %} {% include "partials/hover_card_user_link.html" %} {% endwith %} |