{% extends "base.html" %} {% block header %} View Doctrine Character Audit {% endblock %} {% block description %} {{object.name}} {% endblock %} {% block content %}

Description

{% autoescape off %} {{object.description}} {% endautoescape %}

Skill Plans

{% for skill_plan in object.skill_plans %} {% endfor %}
Name Role Actions
{{skill_plan.name}} {% for role in skill_plan.roles.all %} {{role}} {% endfor %}

Fittings

{% for fitting in object.fittings %} {% endfor %}
Fitting Name Actions
Avatar {{fitting.name}}
{% endblock %} {% block scripts %} {% endblock %}