{% extends 'admin/layout/admin_app.html' %} {% block content %} {% if messages %} {% endif %}

Company Management

{% for company in companyData %} {% endfor %}
Company Name Exchange Symbol Status
{% if company.stockInfo.companyName %} {{ company.stockInfo.companyName }} {% else %} {{ '-' }} {% endif %} {% if company.stockInfo.exchange %} {{ company.stockInfo.exchange }} {% else %} {{ '-' }} {% endif %} {{ company.stockAvailable.symbol}}
{% if companys.has_other_pages %}
    {% if companys.has_previous %} {% else %} {% endif %} {% for i in companys.paginator.page_range %} {% if companys.number == i %}
  • {{ i }}
  • {% else %}
  • {{ i }}
  • {% endif %} {% endfor %} {% if companys.has_next %} {% else %} {% endif %}
{% endif %}
{% endblock %} {% block custom_js %} {% endblock %}