{% extends "core/base.jinja" %} {% block title %} {% trans user_name=object.get_display_name() %}{{ user_name }}'s Galaxy{% endtrans %} {% endblock %} {% block additional_js %} {% endblock %} {% block content %} {% if object.current_star %}
Reset on {{ object.get_display_name() }}
Self score: {{ object.current_star.mass }}
Citizen | Score | Distance | Family | Pictures | Clubs | |
---|---|---|---|---|---|---|
Locate | {{ lane.other_star_name }} | {{ lane.other_star_mass }} | {{ lane.distance }} | {{ lane.family }} | {{ lane.pictures }} | {{ lane.clubs }} |
#{{ object.current_star.galaxy }}#
{% else %}This citizen has not yet joined the galaxy
{% endif %} {% endblock %} {% block script %} {{ super() }} {% endblock %}