{% load static %} All Medicine {% include "sidebar/sidebar.html" %}
{% if messages %}
{% for message in messages %}

{% if message.level == DEFAULT_MESSAGE_LEVELS.ERROR %}Important: {% endif %} {{ message }}

{% endfor %}
{% endif %}
{% if all_data %} {% for data in all_data %} {% endfor %} {% else %} There are no records in the system {% endif %}
# Hospital Medicine Country Company Date MFG Date EXP Date Strength Form Current Stock Action
{{data.id}} {{data.med_hospital_name}} {{data.med_name}} {{data.country}} {{data.company}} {{data.date_mfg}} {{data.date_exp}} {{data.date_strength}} {{data.form}} {{data.current_stock}}