{% extends "base.html" %} {% block title %}{% if lawyer %}Edit{% else %}New{% endif %} Lawyer - Vera Medical CRM{% endblock %} {% block content %}

{% if lawyer %}Edit{% else %}Add{% endif %} Lawyer

Law firm and contact information

Law Firm Information

{% if lawyer and lawyer['firm_id'] %} {% endif %}

Contact Information

Assistant Information

Cancel
{% endblock %}