{% extends "name/base.html" %} {% block title %}Search{% endblock %} {% block content %} {% if not name_list %}
{{ entry.name }} {# If disambiguation exists, show as small print #} {% if entry.disambiguation %} ({{ entry.disambiguation }}) {% endif %} | {{ entry.begin }} | {{ entry.end }} |
{# If user is authenticated, add edit button #}
{% if user.is_authenticated %}
Edit
{% endif %}
|