{% extends 'pagination/pagination_base.html' %} {% load custom_tags_and_filters %} {% block title %}Accounts and projects{% endblock %} {% block before_pagination %}
| {% include 'pagination/pagination_column.html' with order_by='name' name='Name' %} | Project Identifier | {% include 'pagination/pagination_column.html' with order_by='active' name='Active' %} | |
|---|---|---|---|
| {{ account.name }} | |||
| {{ project.name }} | {{ project.application_identifier }} | ||
| This account does not have any projects | |||