{% extends 'layouts/base.html' %} {% load i18n %} {% block title %}{% if section %}{% trans "Edit Section" %}{% else %}{% trans "Add Section" %}{% endif %} - PX360{% endblock %} {% block content %}

{% if section %}{% trans "Edit Section" %}{% else %}{% trans "Add Section" %}{% endif %}

{% if section %}{% trans "Update section information" %}{% else %}{% trans "Create a new hospital section" %}{% endif %}

{% csrf_token %}
{% trans "Cancel" %}
{% endblock %}