{% extends "merchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %} Payment Terms {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}

Payment Terms

{% if terms %} {% for term in terms %} {% endfor %} {% else %} {% endif %}
SL Terms Days Sentence Created By Action
{{forloop.counter}} {{ term.get_terms_display }} {{ term.days_need }} {{ term }} {{ term.created_by }}
No Data Found
{% endblock MainContent %} {% block meassage %} {% endblock meassage %} {% block JS %} {% endblock JS %}