{{error}}
{% endif %}
- {% if redirectval=="Wallet" %} Wallet {% else %} Wallet {% endif %}
- {% if redirectval=="SourceOfFund" %} Source Of Fund {% else %} Source Of Fund {% endif %}
{% if redirectval=="Wallet" %}
{% else %}
{% endif %}
{% if pagination %}
{% if redirectval=="SourceOfFund" %}
Add New Wallet Data
S.No | Wallet Name | Code | Description | Status | Edit | Delete |
---|---|---|---|---|---|---|
{{loop.index}} | {{each_wallet.walletName}} | {{each_wallet.code}} | {{each_wallet.description}} | {{each_wallet.actionText}} |
Update Wallet Data |
|
{% if pagination.has_prev %}
Previous
{% else %}
Previous
{% endif %}
{% for page_num in range(1, pagination.page + 1) %}
{% if pagination.page - 3 <= page_num <= pagination.page + 3 %}
{% if page_num != pagination.page %}
{{ page_num }}
{% else %}
{{ page_num }}
{% endif %}
{% elif page_num == pagination.page %}
{{ page_num }}
{% elif page_num == pagination.page - 4 or page_num == pagination.page + 4 %}
...
{% endif %}
{% endfor %}
{% if pagination.has_next %}
Next
{% else %}
Next
{% endif %}
{% endif %}
{% else %}
{% endif %}
{% if pagination %}
Add Source Of Fund
S.No | Source Name | Category Name | Rank | Code | Description | Status | Edit | Delete |
---|---|---|---|---|---|---|---|---|
{{loop.index}} | {{each_source_of_fund.sourceName}} | {{each_source_of_fund.categoryName}} | {{each_source_of_fund.rank}} | {{each_source_of_fund.code}} | {{each_source_of_fund.description}} | {{each_source_of_fund.actionText}} |
Update Source Of Fund |
|
{% if pagination.has_prev %}
Previous
{% else %}
Previous
{% endif %}
{% for page_num in range(1, pagination.page + 1) %}
{% if pagination.page - 3 <= page_num <= pagination.page + 3 %}
{% if page_num != pagination.page %}
{{ page_num }}
{% else %}
{{ page_num }}
{% endif %}
{% elif page_num == pagination.page %}
{{ page_num }}
{% elif page_num == pagination.page - 4 or page_num == pagination.page + 4 %}
...
{% endif %}
{% endfor %}
{% if pagination.has_next %}
Next
{% else %}
Next
{% endif %}
{% endif %}