{% extends "helfertool/admin.html" %} {% load i18n %} {% load bootstrap4 %} {% block admincontent %}

{% trans "Warnings for badge generation" %}

{% if not helpers %}

{% trans "There are no warnings." %}

{% else %}
{% trans "Info:" %} {% trans "The listed persons have more than one job, so you have to select the primary job in the badge settings." %}
{% endif %} {% endblock %}