{% extends "base.html" %} {% block title %} Gas Units {% endblock %} {% block nav %} Gas Units {% endblock %} {% block content %} {% for g_unit in g_units %} {% endfor %}
Code Description
{{g_unit.code}} {{g_unit.description}}
{% endblock %}