{% load easy_docs_tags %} {% if messages %}
{{ documentation.reference_url }}
{% else %}{{ documentation.reference_url }}
{% endif %} {% if user.is_staff %} {% if documentation.regex_url %}{{ documentation.regex_url }}
{% endif %}{{ documentation.keywords }}
{{ documentation.public|yesno:"Yes,No" }}
{{ documentation.created_at }}
{{ documentation.updated_at }}
{% if documentation.created_by %}{{ documentation.created_by.email }}
{% endif %} {% if documentation.updated_by %}{{ documentation.updated_by.email }}
{% endif %} {% if not slug_view and not history_view %} {% elif history_view %} {% else %} {% endif %} {% endif %}