{% block mastercss %} {% endblock %} {% block dojoHead %} {% endblock %} {% block mootools %} {% endblock %} {% block masterjs %} {% endblock %} {% block pagehead %} {% endblock %} {% comment %} If the body doesn't have a class attribute set, don't leave empty class attributes hanging around, please; it's invalid XHTML {% endcomment %}
{% block topbar %}
{% if session %}

Logged in as {% firstof session.person.fullname session.person.name %} {% comment %}| Logout{% endcomment %} | Logout {% if view.canApprovePersons %} {% if view.registry.persons.getPending.count %} | Pending Registrations ({{ view.registry.persons.getPending.count }})

{% endif %} {% endif %} {% else %}

{% if view.canCreatePerson %}Register or {% endif %}log in:

{% endif %}
{% endblock %} {% block heading %}

{{ systemServiceName }}

{% endblock %}
{% block navigation %} {% endblock %}
{% block content %}

Master content template placeholder … please replace me.

{% endblock %}