{% extends "base.html" %} {% block content %} {% load static %} {% load material_form %} {% load wx_filters%}
Data Capture

Monthly Capture
{% csrf_token %}
Load Cancel
{% if request|has_any_feature_permission:"monthly-form:write" %} Save save {% endif %} {% if request|has_any_feature_permission:"monthly-form:delete" %} Delete Selected mdi-delete {% endif %} Table Style sync {% if request|has_any_feature_permission:"monthly-form:write" %} Export CSV mdi-download {% endif %} arrow_back Back
Confirm Deletion Are you sure you want to delete data? Cancel Delete Alert! This feature is in production... Cancel {% for item in ag_grid_config %} {% if item.var_type == 'numeric' %} {{ item.name }} {% endif %} {% endfor %}
LOADING [[ snackbar.message ]]
{% endblock %} {% block localjavascript %} {% endblock %}