{% extends "layouts/base.html" %} {% load i18n %} {% load static %} {% block title %}{% trans "Fetch Doctor Ratings from HIS" %} - PX360{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% trans "Fetch doctor ratings directly from HIS API by date range" %}
{% trans "Ratings are fetched from the HIS FetchDoctorRatingMAPI endpoint for the selected date range." %}
{% trans "This fetches ratings directly from the HIS system via the FetchDoctorRatingMAPI API endpoint." %}
{% trans "The monthly scheduled task uses the same process." %}