{# templates/position/position_edit.html #} {% extends "template_base.html" %} {% block title %}{% if position %}{{ position.position_name }}{% else %}New Position{% endif %}{% endblock %} {% block content %}
{{ error_message }}
{% endif %} {% endblock %}