{% extends "base.html" %} {% block title %} {% if service %}{{ service.name }}{% endif %} {% endblock %} {% block subtitle %}profile list{% endblock %} {% block content %}
{% trans %}Service{% endtrans %} | {% endif %}{% trans %}Profile username{% endtrans %} | {% trans %}Owned by{% endtrans %} | {% trans %}Status{% endtrans %} | {% trans %}Created on{% endtrans %} | ||
---|---|---|---|---|---|---|
{{ profile.service.name }} | {% endif %} {% if profile.user_uuid %}{{ profile.username }} | {{ profile.user.username }} | {% else %}{{ profile.username }} | - | {% endif %}{{ status[1] }} | {{ profile.created_at.date() }} |