{% extends "base.html" %} {% load static %} {% block title %}My Records - {{ project_name }}{% endblock %} {% block head %} {% endblock %} {% block content %}
Manage your vaccinations and hospital reports in one place.
Location: {{ record.location }}
{% if record.notes %}{{ record.notes|truncatechars:100 }}
{% endif %}{{ report.hospital_name }}
{{ report.description|truncatechars:120 }}
{% endif %}