{% extends "closedverse_main/layout.html" %} {% load closedverse_tags %}{% load closedverse_community %}{% load closedverse_user %}{% block main-body %}
{% if not user.is_active and user.is_authenticated %}

Oops: You've been smacked by an admin. Better luck next time.

{% if user.get_warned_reason %}

Reason: "{{ user.get_warned_reason }}"

{% endif %}
{% endif %} {% if settings.memo_title and settings.memo_msg %}

{{ settings.memo_title }}

{% autoescape off %}{{ settings.memo_msg }}{% endautoescape %}
{% endif %} {% if announcements and request.user.is_authenticated %} Skip to communities

Latest Announcements

{% for announcement in announcements %} {% profile_post announcement True %} {% endfor %}
{% endif %} {% if request.user.c_tokens > 0 %}Create a community{% endif %} {% if availableads %}

User-Generated Ad

What are user-generated ads?

{% endif %}
{% if favorites %}

Favorite communities

{% endif %} {% if feature %} {% community_page_element feature "Featured Communities" True %} {% endif %} {% community_page_element general "General Communities" False "general" %} {% community_page_element game "Game Communities" False "game" %} {% community_page_element special "Special Communities" False "special" %} {% community_page_element user_communities "Popular User-Created Communities" False "usr" %} {% if user_communities %}Show more{% endif %} {% community_page_element my_communities "My Communities" %} {% if not feature and not game and not special and not user_communities and not my_communities %}
{% nocontent "There are no communities of any kind yet. You can either create one in the admin panel, or make a user-created community once you sign up." %}
{% endif %}
{% endblock %}