{% block services %}
{% for item in inv_items %} {% endfor %}
Key Description Date Created
{{ item.key }} {{ item.description }} {{ moment(item.date_created).format('lll') }}
{% endblock %}