{% extends "base.html" %} {% block title %} {% if service %}{{ service.name }}{% endif %} {% endblock %} {% block subtitle %}profile list{% endblock %} {% block content %}
{% if not service %} {% endif %} {% for profile in profiles %} {% if not service %} {% endif %} {% endfor %}
{% trans %}Service{% endtrans %}{% trans %}Profile username{% endtrans %} {% trans %}Owned by{% endtrans %} {% trans %}Status{% endtrans %} {% trans %}Created on{% endtrans %} {% trans %}Actions{% endtrans %}
{{ profile.service.name }}{{ profile.username }} {{ profile.user.username }} {{ profile.status }} {{ profile.created_at.date() }} Details Edit Block Comment
{% endblock %} {% block actions %} {% if service %} {% trans %}Create a profile{% endtrans %} {% endif %} {% endblock %}