{% -- Generate forms for the actual switch of the currently active interface %} {% -- For the system interface %}
{% -- For all other interfaces %} {% for k, v in pairsByValues(ifnames, asc) do %}
{% end %} {% -- Print out the interfaces dropdown %} {% -- Print the observation point dropdown %} {% if(observationPoints ~= nil) then %} {% for _, v in pairsByKeys(observationPoints, asc) do %}
{% end %} {% end %}