{% extends "base.html" %} {% load static %} {% load gravatar %} {% load humanize %} {% block title %}{{ organization.name }} - Organization Details{% endblock %} {% block description %} View organization details, including name, description, domains, and team information. {% endblock %} {% block keywords %}organization details, {{ organization.name }}, team information, domains{% endblock %} {% block content %} {% include "includes/sidenav.html" %}
{{ organization.tagline }}
{% endif %} {% if organization.url %} {{ organization.url }} {% endif %} {% if organization.type %}{{ organization.address_line_1 }}
{% if organization.address_line_2 %}{{ organization.address_line_2 }}
{% endif %}{% if organization.city %}{{ organization.city }}{% endif %} {% if organization.state %}, {{ organization.state }}{% endif %} {% if organization.postal_code %}{{ organization.postal_code }}{% endif %}
{{ organization.description }}
License: {{ organization.license }}
Categories:
Technologies:
Topics:
No GitHub URL set for this organization. Add one to sync repositories.
{{ organization.admin.username }}
{% if organization.admin.profile.user_title %}{{ organization.admin.profile.user_title }}
{% endif %}{{ manager.username }}
{% if manager.profile.user_title %}{{ manager.profile.user_title }}
{% endif %}Contributor data is being collected. Check back soon to see the top contributors for this organization.
Organization Created
{{ organization.created|date:"F j, Y" }}
Last Modified
{{ organization.modified|date:"F j, Y" }}