{% extends 'extends/layout.html' %} {% load static %} {% load humanize %} {% block content %} {% block scripts %} {% endblock %}
{% if 'update_share_settings' in user_perms %}
Select who to share dividends
{% endif %}
Share price & Share limit
{% if 'update_share_settings' in user_perms %}
Share price
Shares limit
{% endif %}
Select how all members should be registered(set as shareholder or not)
{% if 'update_share_settings' in user_perms %}
{% endif %}
{% endblock %}