{% extends "base.html" %} {% load gravatar %} {% load static %} {% block title %} Explore Our Community Members {% endblock title %} {% block description %} Discover and connect with our diverse community members. View profiles, roles, and contact information to engage with like-minded individuals. {% endblock description %} {% block keywords %} Community Members, Explore Members, View Profiles, Connect with Community, User Roles, Contact Information {% endblock keywords %} {% block og_title %} Explore Our Community Members - Connect and Discover {% endblock og_title %} {% block og_description %} Dive into our community and meet our members. View profiles, learn about their roles, and get in touch to build meaningful connections. {% endblock og_description %} {% block content %} {% include "includes/sidenav.html" %}

Explore Our Community Members

A warm and welcoming collection of open sourcers

OWASP Contributors {{ contributors_count }} Githubbers {{ users_with_github_count }} {% for tag_obj in tags_with_counts %} {{ tag_obj.name }} {{ tag_obj.user_count }} {% endfor %}
{% if show_contributors %} {% for contributor in contributors %}
{{ contributor.name }}'s avatar
{{ contributor.name }}
{{ contributor.contributor_type }}

Contributions: {{ contributor.contributions }}

View Profile
{% endfor %} {% else %} {% for user in users %}
{% if user.user_avatar %} {{ user.user.username }}'s avatar {% elif user.github_url %} {% with github_username=user.github_url|cut:"https://github.com/"|cut:"/" %} {{ user.user.username }}'s avatar {% endwith %} {% else %} user image {% endif %}
{{ user.role }}
{% if user.discounted_hourly_rate %}

Discounted Hourly Rate: ${{ user.discounted_hourly_rate }}

{% endif %}
{% if user.x_username %} {% endif %} {% if user.linkedin_url %} {% endif %} {% if user.github_url %} {% endif %} {% if user.website_url %} {% endif %}
View Profile
{% endfor %} {% endif %}
{% endblock content %}