{% extends "main.html" %} {% load karaage_tags %} {% load render_table from django_tables2 %} {% block title %}Home{% endblock %} {% block content %}
{% for_each_app_include "index_top.html" %} {% if is_admin %}

Projects Pending Expiration

{% render_table projects_pending_expiration %}

Newest People

{% render_table newest_people %}

Newest Projects

{% render_table newest_projects %}
{% else %}

Welcome

On this site you can:

{% if request.user.is_authenticated and projects_pending_expiration %} {% endif %} {% endif %} {% for_each_app_include "index_bottom.html" %} {% if is_admin %}

Recent Actions

{% render_table recent_actions %}
{% endif %}
{% endblock %}