{% extends 'base.html' %} {% block header %}
Edit Delete
{% endblock %} {% block content %} {% with config=settings.PLUGINS_CONFIG.conectividadeapp %}

{{ actor.name }}

Actor
Name {{ actor.name }}
Telephone {{ actor.telephone }}
Cellphone {{ actor.cellphone }}
E-mail {{ actor.email }}
{% endwith %} {% endblock %}