{% extends 'base.html' %} {% load i18n %} {% block title %} {% if title %}{{ title }} | {% endif %}{% trans "Source" %} | {% trans "Recruitment System" %} {% endblock %} {% block content %}
{{ field.label }}: {{ field.errors|join:", " }}