{% extends "page_view.html" %}
{% load i18n %}
{# The read page for a single object. Its header carries the edit and delete
links the view has already resolved. The body is left to the project, which
fills it by overriding page.content in /_detail.html. #}
{% block page.actions %}
{% if directory.update_url %}
{% endif %}
{% if directory.delete_url %}
{% endif %}
{% endblock page.actions %}
{% block page.content %}
{% endblock page.content %}