<li><ahref="{{ utils.url_for("profile.create",service_uuid=service.uuid)}}"><iclass="fa fa-user-plus"></i> {% trans %}Request another profile{% endtrans %}</a></li>
{% endif %}
{% if service.policy not in ("locked",) %}
<li><ahref="{{ utils.url_for("profile.claim",service_uuid=service.uuid)}}"><iclass="fa fa-user-plus"></i> {% trans %}Claim a profile{% endtrans %}</a></li>
{% endif %}
{% endif %}
<li><ahref="#"><iclass="fa fa-share"></i> {% trans %}Share this profile (not implemented){% endtrans %}</a></li>
<li><ahref="#"><iclass="fa fa-trash"></i> {% trans %}Delete this profile (not implemented){% endtrans %}</a></li>