{% extends "base.html" %} {% block title %}{% trans %}My account{% endtrans %}{% endblock %} {% block subtitle %}{% trans %}my profiles{% endtrans %}{% 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 }} | {{ profile.username }} | {{ profile.user.username }} | {{ profile.status }} | {{ profile.created_at.date() }} |