{% extends "ndf/base.html" %} {% load i18n %} {% load ndf_tags %} {% load pagination_tags %} {% get_group_name groupid as group_name_tag %} {% block title %} {{groups_category}} {% endblock %} {% block meta_content %}

{{groups_category}}

{% endblock %} {% block help_content %} {% endblock %} {% block search_content %} {% include "ndf/node_search_base.html" %} {% endblock %} {% block related_content %} {% if user.is_authenticated %} {% user_access_policy groupid request.user as user_access %} {% if user_access == "allow" %}

{% else%} href="{% url 'create_group' group_name_tag %}"> {% endif %}   {% blocktrans %} New {{groups_category}} {% endblocktrans %}
{% endif %} {% endif %} {% endblock %} {% block body_content %} {% get_group_name groupid as group_name_tag %}
{% trans "All" %} {{ groups_category }} {% if group_nodes_count %}({{ group_nodes_count }}){% endif %}
{% if searching and group_nodes_count > 0 %}

{% trans "Search Results:" %} Found {{group_nodes_count}} {{title|lower}}{{group_nodes_count|pluralize}}.

{% elif searching and group_nodes_count == 0 %}

{% trans "Search Results:" %} No {{title|lower}}{{group_nodes_count|pluralize}} matched your search criteria!!!

{% endif %} {% paginate %} {% endblock %}