{% extends "base.html" %} {% block header %} View Skill Plan {% endblock %} {% block description %} {{object.name}} {% endblock %} {% block content %}

EFT Format

Description

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

Potential Refits

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