{% extends "base.html" %} {% load surftrackr_extras %} {% block title %} Workstations {% endblock %} {% block topbar %} {% include "topbar.html" %} {% endblock %} {% block messages %} {{ message|safe }} {% endblock %} {% block submenu %} {% if workstations_obj %} {% for w in workstations_obj %} {% endfor %}
Row Workstation
{{ forloop.counter }} {{ w }}
{% endif %} {% endblock %}