{% extends 'staff_evaluation_base.html' %} {% block breadcrumb %} {{ block.super }} {% endblock %} {% block content %} {{ block.super }}

{% translate 'Text answer' %}

{% csrf_token %}
{% include 'bootstrap_form.html' with form=form %}
{% endblock %}