{% extends "view_page_detail.html" %} {% load my_tags %} {% block content %}
{{ "/browse|Browse,/source|Sources"|breadcrumb}}

{{source.title|escape}}

{% comment %} 2 cols {% endcomment %}
Title: {{source.title|escape}}
Author: {{source.author|escape}}
ID: {{source.gramps_id|escape}}
Abbreviation: {{source.abbrev|escape}}
Public information: {{source.pubinfo|escape}}

Tabs

{% endblock %}