{% extends "gramps-base.html" %} {% load my_tags %} {% block title %}{{sitename}}{% endblock %} {% block heading %}{{sitename}}{% endblock %} {% block content %}

 

Welcome to {{sitename}}, a new web-based collaboration tool. {% if user.is_authenticated %} You are now logged in as {{user.username}}. {% endif %}

Database information:

{% for view in views %} {% if view.2 %} {% endif %} {% endfor %}
Item Count
{{view.0}} {{view.1|table_count}}
{% endblock %}