{% extends 'school/base_school.html' %} {% block title %}Configure {{ fine.reason|default:"Fine" }} Rule | STD Lab{% endblock %} {% block content %}

{{ fine.reason }} Rule

Settings for automatic fine calculation.

{% csrf_token %}
{% if fine.reason == 'Late' %}
MIN
Locked settings. The fine will be automatically calculated per minute based on the amount configured above.
{% endif %}
CANCEL
{% endblock %}