stc

a simple time card webapp
git clone _git@git.brennen.work:stc.git
Log | Files | Refs | README

agreement_report.html (462B)


      1 {% extends 'base.html' %}
      2 
      3 {% block title %}Agreement Reports{% endblock %}
      4 
      5 {% block content %}
      6 	<section class="admin-grid">
      7 		returned values from admin check is array of permissive ACCESS else return 'missing permissions response'
      8 		{%- for x in ['reports','agreement_report','roles','users'] %}
      9 			{% include 'admin/'~x~'/widget.html' %}
     10 		{%- else-%}
     11 			{{ 'You do not have permission to access this page' }}
     12 		{%- endfor %}
     13 	</section>
     14 {% endblock %} -->