{% extends 'hospital/base.html' %} {% load static %} {% load i18n %} {% block sidebar.credentials %} class="active" {% endblock %} {% block content %}

{% trans "Hospital Credentials" %}

{% trans "API Credentials" %}

{% trans "Keep your API credentials secure. Do not share them publicly." %}
{% csrf_token %}

{% trans "Contact Information" %}

{% if hospital.contact_person %}
{% endif %} {% if hospital.address %}
{% endif %}

{% trans "Promotion Code & Discount" %}

{% trans "This promotion code and discount group are automatically created for your hospital and can be used for special offers." %}
{% trans "Use this code for discount campaigns and user registration tracking" %}
{% trans "Users who use this promotion code are automatically added to this group" %}
{% endblock %} {% block footer.add_script %} {% endblock %}