sourcehypertextviewsfooter.pug

footer.page-footer
	block indexLink
		a#link-home(href="/") ← #{tr('pan.indexLink')}
	block licence
		if (licence == "CC0")
			small#licence!= tr("pan.licence.pd")
		else
			small#licence!= tr("pan.licence.mixed")
	block timestamps
		if (pageAdded || pageCreated || pageTranslated || pageUpdated)
			ul.footer-timestamps
				block timestampsInner
					if pageAdded
						li !{tr('pan.pageHistory.published')(pageCreated)}
						li !{tr('pan.pageHistory.added')(pageAdded)}
					else
						li !{tr('pan.pageHistory.created')(pageCreated)}
					if pageTranslated 
						li !{tr('pan.pageHistory.translated')(pageTranslated)}
					if pageUpdated
						li !{tr('pan.pageHistory.updated')(pageUpdated)}