{% extends 'settings.html' %}{% block settings %}{% load static %}{% load widget_tweaks %}{% load i18n %}

{% trans 'Enable Check In/Check out' %}

{% trans 'Company' %}
{% trans 'Check in/Check out' %}
{% for att_setting in attendance_settings %}
{% if att_setting.company_id %} {{att_setting.company_id}} {% else %} {% trans "All company" %} {% endif %}
{% endfor %}
{% endblock %}