{% extends "base.html" %} {% block title %} Gas Read Types {% endblock %} {% block nav %} Gas Read Types {% endblock %} {% block content %} {% for g_read_type in g_read_types %} {% endfor %}
Code Description
{{g_read_type.code}} {{g_read_type.description}}
{% endblock %}