{% extends "base.html" %} {% block content %}
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 }} | {% if star.get_state() >= 0 and star.author.controlled() %}Delete | {% else %}{% endif %} |
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 }} |
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 %} |
ID | Title | Kind | Created | Modified | Source | Vesicles |
---|---|---|---|---|---|---|
{{ planet.id }} | {{ planet.kind }} | {{ planet.title }} | {{ planet.created }} | {{ planet.modified }} | {{ planet.source }} | {{ planet.vesicles | length }} |
ID | Groupname | Description | Profile | Vesicles |
---|---|---|---|---|
{{ group.id }} | {{ group.groupname }} | {{ group.description }} | {{ group.profile }} | {{ group.vesicles | length }} |