{% 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 can_edit %}
  • {{ _('Add contest') }}
  • {% endif %} {% if is_member and not is_admin %}
  • {% csrf_token %} {{ _('Leave group') }}
  • {% endif %}

{{ _('About') }}

{% cache 3600 'organization_html' organization.id MATH_ENGINE %} {{ organization.about|markdown|reference|str|safe }} {% endcache %}
{% endif %} {% if is_member or can_edit or organization.is_open %} {% include 'top-users.html' %} {% endif %}