{% extends "base.html" %} {% load crispy_forms_tags %} {% block title %}Partners{% endblock title %} {% block subtitle %}All the partners are listed here.{% endblock subtitle %} {% block content %}
Partner ID | Company / Organization / University | Contact Name | Contact Email | {% if user.is_superuser %} Create Partner {% endif %} |
---|---|---|---|---|
{{ partner.partner_id }} | {{ partner.company }} | {{ partner.contact_name }} | {{ partner.contact_email }} | {% if user.is_superuser %} {% endif %} |