{% extends "gramps-base.html" %} {% block title %}GRAMPS Connect - main page {% endblock %} {% block heading %}GRAMPS Connect - main page {% 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 %} {% endfor %}
Item Count
{{view.0}} {{view.2.objects.count}}
{% endblock %}