Revision 5f21fc15

b/snf-astakos-app/astakos/im/templates/im/projects/project_members.html
6 6
{% block bottom_link %}<a href="{% url project_detail object.chain %}" title="Back to project ">&lt; Back to Project</a>{% endblock bottom_link %}
7 7
{% block inner_project %} 
8 8
   
9
  {% if owner_mode and project_view %}
9
  {% if owner_mode or admin_mode and project_view %}
10 10
    {% if object.project.is_alive %}
11 11
      
12 12
      <div class="full-dotted{% if members_status_filter == None %} all{% endif %}{% if members_status_filter == 1 %} approved {% endif %}{% if members_status_filter == 0 %} pending{% endif %}">

Also available in: Unified diff