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

 

Welcome to Gramps-Connect, 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.2.objects.count|format_number}}
{% endblock %}