{% extends "mainTemplate.html" %} {% block title %}General Observation{% endblock %} {% load crispy_forms_tags %} {% block content %}

General Observation


Before starting, please fill out the individual observation forms first to attach at the "Obs client" field:


{% csrf_token %} {{ form|crispy }}
{% endblock %}