{% extends "base.html" %} {% from "_hub.html" import hub %} {% block title %}Matching — Config — karyab{% endblock %} {% block content %}

Config

{% if flash %} {% if flash_error %}
{{ flash }}
{% else %}
{{ flash }}
{% endif %} {% endif %} {% call hub(hub_sections) %}

Matching

Job-matching profile: drives ranking and filtering. Nested subtables (e.g. [profile.requirements]) are preserved on save.

{% endcall %} {% endblock %}