{% extends 'assistant/base.html' %} {% load static %} {% block sidebar.dashboard %} {% endblock %} {% block sidebar.patients %} {% endblock %} {% block sidebar.challenge %} {% endblock %} {% block sidebar.appointments %} {% endblock %} {% block sidebar.food_list %} class="active" {% endblock %} {% block content %}

{{ title }}

{{ title }}
{% csrf_token %}
{% for field in form %}
{{ field }} {% if field.help_text %} {{ field.help_text }} {% endif %} {% if field.errors %}
{{ field.errors }}
{% endif %}
{% endfor %}
انصراف
{% endblock %}