{% extends "base.html" %} {% block content %}

Salary Formula Configuration


Existing Formulas
{% for f in formulas %} {% endfor %}
Component Type Component Formula Action
{{ f.component_type.capitalize() }} {% for comp in all_components %} {% if comp.id == f.component_id and comp.type == f.component_type %} {{ comp.name }} {% endif %} {% endfor %} {{ f.formula }}
{% endblock %}