{% 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' %} | {% if account_types %}{% include 'pagination/pagination_column.html' with order_by='type' name='Account type' %} | {% endif %}{{ "projects_and_accounts"|customization:"project_application_identifier_name" }} | {% include 'pagination/pagination_column.html' with order_by='active' name='Active' %} | |
---|---|---|---|---|
{{ account.name }} | {% if account_types %}{{ account.type|default_if_none:"" }} | {% endif %}{% url "account" account.id as account_url %} {% button type="view" size="small" value="View" title="View account" url=account_url %} | ||
This account does not have any active projects | ||||
{{ project.name }} | {% if account_types %}{% endif %} | {{ project.application_identifier }} | {% url "project" project.id as project_url %} {% button type="view" size="small" value="View" title="View project" url=project_url %} | |
This account does not have any projects |