{% extends 'base.html' %} {% load i18n sizeformat %} {% block title %}{% trans "Rating Module Details" %}{% endblock %} {% block main %}
{% trans "Id" %}
{{ module.module_id }}
{% trans "Description" %}
{{ module.description }}
{% trans "Priority" %}
{{ module.priority }}
{% trans "Enabled" %}
{{ module.enabled }}
{% trans "Hot Config" %}
{{ hotconfig }}
{% endblock %}