{% extends "layouts/content.html" %} {% load django_tables2 %} {% block styles %} {% endblock %} {% block content %}

Worker: {{ worker }}

Is Master
{{ worker.is_master }}
Description
{% if can_admin %}
{% csrf_token %}
{{ worker.get_description|default:"..." }}
{% else %}
{{ worker.get_description|default:"empty" }}
{% endif %}
{% block content_columns %} {% render_table worker_device_table %} {% endblock %} {% endblock %} {% block scripts %} {% endblock %}