{% extends "base.html" %} {% load i18n %} {% block headers %}{% endblock headers %} {% block submenu %} {% endblock submenu %} {% block title %}{% trans "Scanning Node Settings" %}{% endblock title %} {% block heading %}{% trans "Scanning Node Settings :: " %}{% endblock heading %} {% block content %}

{% trans "Not yet Implemented" %}

{% endblock content %}