{% extends "base.html" %} {% load static i18n crispy_forms_tags %} {% block title %}Update Candidate - {{ block.super }}{% endblock %} {% block content %}

Update Candidate: {{ object.name }}

{% trans "Edit candidate information and details" %}

{% trans "Candidate Information" %}

{% csrf_token %} {{ form|crispy }}
{% endblock %}