{% extends "mygame/company.html" %} {% block content %}

Training: {{trainworker.name}}

Description

Choose a skill that you want to train (add 10 points).

The worker will be blocked from working on orders for one round!

{% csrf_token %}
Skill Strength Selection
experience
{{trainworker.attributes.experience}}
reliability
{{trainworker.attributes.reliability}}
python
{{trainworker.attributes.python}}
javascript
{{trainworker.attributes.javascript}}
cpp
{{trainworker.attributes.cpp}}
management
{{trainworker.attributes.management}}
{% endblock %}