{% if (is_member or can_edit) %} {% include 'contests-countdown.html' %} {% endif %} {% if can_edit or is_member %}

{{ _('Controls') }}

    {% if can_edit %}
  • {{ _('Edit group') }}
  • {% endif %} {% if can_edit and not organization.is_open %}
  • {{ _('View requests') }} {% if pending_count > 0 %} {{pending_count}} {% endif %}
  • {% endif %} {% if can_edit %}
  • {{ _('Add members') }}
  • {% endif %} {% if is_member %}
  • {{ _('Add blog') }}
  • {% endif %}
  • {{ _('Pending blogs') }} {% if pending_blog_count > 0 %} {{pending_blog_count}} {% endif %}
  • {% if is_member and not can_edit %}
  • {% csrf_token %} {{ _('Leave group') }}
  • {% endif %}

{{ _('About') }}

{% cache 3600 'organization_html' organization.id MATH_ENGINE %} {{ organization.about|markdown('organization-about', MATH_ENGINE)|reference|str|safe }} {% endcache %}
{% endif %} {% include 'top-users.html' %}