{% extends 'settings.html' %} {% load i18n %} {% block settings %} {% load static %}
{% if perms.base.view_department %}

{% trans "Bonus Point Setting" %}

{% if perms.base.add_department %} {% endif %}
{% if bonous_settings %} {% else %}
Page not found. 404.
{% trans "There is no Bonus setting at this moment." %}
{% endif %} {% endif %}
{% endblock settings %}