{% extends 'base_admin.html.twig' %} {% block title %}Pub index{% endblock %} {% block body %}

Investor Representation




{# #} {% for pub in pubs %} {% set stats = pubsStats[pub.slug] %} {% else %} {% endfor %}
IdPub Agree - Total Shares Amount Agree - Total Shareholders Disagree - Total Shares Amount Disagree - Total Shareholders
{{ pub.name }} {{ stats['total_shareholder'] | number_format() }} {{ stats['total_shares'] | number_format() }} {{ stats['total_shareholder'] | number_format() }} {{ stats['total_shares'] | number_format() }}
no records found
{% endblock %}