{% extends "base.html" %} {% block title %}{% trans %}Moderation{% endtrans %}{% endblock %} {% block content %}
{% trans %}Service{% endtrans %} | {% trans %}Profile username{% endtrans %} | {% trans %}Owned by{% endtrans %} | {% trans %}Created on{% endtrans %} | {% trans %}Status{% endtrans %} | {% trans %}Actions{% endtrans %} | |
---|---|---|---|---|---|---|
{{ profile.service.name }} | {{ profile.username }} | {% if profile.user_uuid %}{{ profile.user.username }} | {% else %}- | {% endif %}{{ profile.created_at.date() }} | {{ macros.profile_status(profile) }} | {% for action in profile.actions %} {{ action.label | capitalize }} {% endfor %} |