{% extends 'base.html' %} {% block content %}
User Avatar

{{ profile.user.username }}

{{ profile.title }}

Contact Information

  • {{ profile.user.email }}
  • {{ profile.telephone }}

Pastor's Rating

4.8

14 Reviews

Souls

Members
{% if shepherd %} {% if members %} {% for member in members %}

“{{ member.name }}'s shepherd is {{ member.shepherd }} and is in the {{ member.ministry }} ministry. {{ member.name }} lives at {{ member.location }} and parent name are {% if member.fathers_name %} Mr. {{ member.fathers_name }} {% endif %} {% if member.mothers_name %} and Mrs. {{ member.mothers_name }}{% endif %} and lives with {{ member.guardians_name }} . {{ member.name }} can be reached on {{ member.telephone }}

{{ member.name }} ({{ member.ministry }})
{% endfor %} {% else %}

You happen to have no member recorded in the system
If you think there is a problem somewhere see the system Administrator or your pastor.
Thank You.

{% endif %} {% else %}

You happen not to be a shepherd in this church.
If you think there is a problem with identification see the system Administrator or your pastor.
Thank You.

{% endif %}
Send Messages To The Pastor
{% endblock content %}