{% extends 'base.html' %} {% block header %}

{% block title %}All custom created operators in database{% endblock %}

{% endblock %} {% block content %} {% for operator in operators %} {% endfor %}
Name Phone
{{ operator.name }} {{ operator.phone }}
{% endblock %}