{% extends "finance_and_banking_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %} Beneficiary Company {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %}

Beneficiary Company Index

{% if companies_list %}
{% comment %}
{% endcomment %}
{% for beneficiary in companies_list %} {% endfor %}
SL Department Beneficiary Company Action
{{forloop.counter}} {{ beneficiary.department }} {{ beneficiary.company }}
{% if companies_list.has_other_pages %} {% endif %}
{% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}