{% extends 'psu_base.html' %} {% load base_taglib %} {%block title%}{%app_name%} - Variables{%endblock%} {% block pagecontent %}

Variables for {%app_name%}

{% for variable in variables%} {% endfor %}
Variable Description Data Type Value Activity Date Updated By Actions
{{variable.code}} {{variable.data_type}} {%if variable.previous_value%} Previously: {{variable.previous_value}} {%endif%} {{variable.last_updated_cd.banner_date}}
{{variable.last_updated_cd.time}}
{{variable.updated_by}}


{% endblock %}