{% extends "bare_base.html" %} {% block title %}{{ profile.username }}{% endblock %} {% block toolbar_attrs %}style="position: fixed; top: 0; background: transparent;"{% endblock %} {% block content%}

{{ profile.username }}

Info
  • Title: {{ crate::starstraw::serialize(stats.title).replace("\"", "") }}
  • Power: {{ stats.power }}

{% if !skill_manager.has_skill(starstraw::model::SkillName::Vanish) %}
    {% for skill in skill_manager.0 %}
  • {{ crate::starstraw::serialize(skill.0.0).replace("\"", "") }} {{ crate::starstraw::serialize(skill.0.1).replace("\"", "") }} ({{ skill.1 }})
  • {% endfor %}
{% else %} Unable to read this user's skills. {% endif %} {% if god_mode_allowed == true %} {% endif %}
{% if god_mode_allowed == true %}
Grant Skill

Revoke Skill

Grant Title


{% endif %}
{% call super() %} {% endblock %}