{% extends "base.html" %} {% block content %}

Stars

{% for star in stars %} {% if star.get_state() >= 0 and star.author.controlled() %} {% else %} {% endif %} {% endfor %}
ID Message Author Modified Created State Vesicles
{{ star.id }} {{ star.text }} {{ star.author.username}} {{ star.modified | naturaltime }} {{ star.created | naturaltime}} {{ star.get_state()}} {{ star.vesicles | length }}Delete 

Starmaps

{% for starmap in starmaps %} {% endfor %}
ID Kind Author Modified State Stars Vesicles
{{ starmap.id }} {{ starmap.kind }} {{ starmap.author.username}} {{ starmap.modified | naturaltime }} {{ starmap.get_state()}} {% for star in starmap.index %}{{star}}
{% endfor %}
{{ starmap.vesicles | length }}

Personas

{% for persona in personas %} {% endfor %}
ID Username Email-Address Modified Vesicles Private Key
{{ persona.id }}{% if persona.stub %} (stub){% endif %} {{ persona.username }} {{ persona.email }} {{ persona.modified }} {{ persona.vesicles | length }} {% if persona.crypt_private %}{% endif %}

Planets

{% for planet in planets %} {% endfor %}
ID Title Kind Created Modified Source Vesicles
{{ planet.id }} {{ planet.kind }} {{ planet.title }} {{ planet.created }} {{ planet.modified }} {{ planet.source }} {{ planet.vesicles | length }}

Groups

{% for group in groups %} {% endfor %}
ID Groupname Description Profile Vesicles
{{ group.id }} {{ group.groupname }} {{ group.description }} {{ group.profile }} {{ group.vesicles | length }}
{%endblock%}