{% load easy_docs_tags %} {% if messages %}
Message:
{% endif %} {% if not slug_view %}

{% if not slug_view and not history_view %}{{documentation.title}}

{% else %}{{documentation.title}}{% endif %} {% else %}

{{documentation.title}}

Return to Site
{% endif %}
{{ documentation.content|markdown|safe }}
{% if documentation.reference_url and not documentation.regex_url %}
Page Referenced:

{{ documentation.reference_url }}

{% else %}
Original Page Referenced:

{{ documentation.reference_url }}

{% endif %} {% if user.is_staff %} {% if documentation.regex_url %}
Regex Pattern:

{{ documentation.regex_url }}

{% endif %}
Keywords:

{{ documentation.keywords }}

Public:

{{ documentation.public|yesno:"Yes,No" }}

Created At:

{{ documentation.created_at }}

Updated At:

{{ documentation.updated_at }}

{% if documentation.created_by %}
Created By:

{{ documentation.created_by.email }}

{% endif %} {% if documentation.updated_by %}
Updated By:

{{ documentation.updated_by.email }}

{% endif %} {% if not slug_view and not history_view %}
History
{% elif history_view %} {% else %}
History
{% endif %} {% endif %}