{% load i18n %}{% load static %}
{% if rw_ce %}

{% trans "Add equipment" %} {% trans "Connect from stock" %}

{% endif %}
{% trans "Monitors" %}
    {% for item in all_monitors %}
  • {% include 'ce/actions_buttons_dev.html' with is_dynamic=item.is_dynamic rw_ce=rw_ce %} {{ item.full_name }}
  • {% endfor %}
{% trans "Mice" %}
    {% for item in all_mice %}
  • {% include 'ce/actions_buttons_dev.html' with is_dynamic=item.is_dynamic rw_ce=rw_ce %} {{ item.full_name }}
  • {% endfor %}
{% trans "Keyboards" %}
    {% for item in all_keyboards %}
  • {% include 'ce/actions_buttons_dev.html' with is_dynamic=item.is_dynamic rw_ce=rw_ce %} {{ item.full_name }}
  • {% endfor %}