{% extends "base.html" %} {% from "_hub.html" import hub %} {% block title %}Follow-ups — karyab{% endblock %} {% block content %} {% call hub(hub_sections) %}

Follow-ups due

{% if items %} {% else %}

No follow-ups due.

All active applications are up to date.

{% endif %} {% endcall %} {% endblock %}