{% extends request.is_ajax|yesno:"base_ajax.html,base_rigs.html" %} {% load widget_tweaks %} {% load paginator from filters %} {% load url_replace from filters %} {% load orderby from filters %} {% block title %}Organisations{% endblock %} {% block content %}
| Name | Phone | Notes | Union Account | |||
| {{ object.pk }} | {{ object.name }} | {{ object.email }} | {{ object.phone }} | {{ object.notes|yesno|capfirst }} | {{ object.union_account|yesno|capfirst }} | |
| No organisations found | ||||||