{% extends "layouts/base-electric.html" %} {% load static %} {% block title %} Sites {% endblock title %} {% block stylesheets %}{% endblock stylesheets %} {% block content %} {% include "includes/navigation-transparent.html" %}

Twitter Overview

New Archived Posts:

New Archived Users:

{% for user in new_users %}
{% if user.banner %} {{ user.artist }}'s banner {% else %} {% comment %}
{% endcomment %} {{ user.artist }} has no banner {% endif %}
{% if user.icon %} {{ user.artist }}'s banner {% else %} {% comment %}
{% endcomment %} {{ user.artist }} has no icon {% endif %}
{{ user.artist }}

{{ user.description }}

Added on: {{ user.date_added }}

{% endfor %}
{% endblock content %}