{% extends 'base.html' %} {% load i18n %} {% block title %} {% trans "Organization Details" %} {% endblock title %} {% block content %}

{{ organization.get_local_name }}

{% if perms.inventory.change_organization %} {% trans "Edit" %} {% endif %} {% if perms.inventory.delete_organization %} {% endif %}
{% include 'modal/delete_modal.html' %} {% endblock %}