{% extends "base.html" %} {% block title %} {% if service %} {{ service.name }} {% elif status %} {{ status[1] | capitalize }} {% trans %}profiles{% endtrans %} {% else %} All profiles {% endif %} {% endblock %} {% block subtitle %}profile list{% endblock %} {% block content %}
{% trans %}Service{% endtrans %} | {% endif %}{% trans %}Profile username{% endtrans %} | {% trans %}Owned by{% endtrans %} | {% trans %}UUID{% endtrans %} | {% trans %}Status{% endtrans %} | {% trans %}Created on{% endtrans %} | {% trans %}Actions{% endtrans %} | |
---|---|---|---|---|---|---|---|
{{ profile.service.name }} | {% endif %}{{ profile.username }} | {% if profile.user_uuid %}{{ profile.user.username }} | {% else %}- | {% endif %}{{ profile.uuid }} | {{ macros.profile_status(profile) }} | {{ profile.created_at.date() }} | {% for action in profile.actions %} {{ action.label | capitalize }} {% endfor %} |