{% extends "user-profile.html" %}
{% block title %}
{% trans username=user.username %}Trust {{ username }}{% endtrans %}
{% endblock %}
{% set active_page = "trust" %}
{% block content %}
{% trans %}Trusting this user will grant them the equivalent role in all your repositories. If the role is read-write or admin, they will also be able to create new repositories on your behalf.{% endtrans %}
{% endblock %}