{% import 'macros/flash.html' as flash with context %} {% extends "admin/index.html" %} {% block content %}

Calendar_periods

Calendar_periods Table

{% for value in data.items %} {% endfor %}
id Day End date Month Month index Quarter Quarter index Start date Week Week day Week index Year Edit
{{ value.id }} {{ value.day }} {{ value.end_date }} {{ value.month }} {{ value.month_index }} {{ value.quarter }} {{ value.quarter_index }} {{ value.start_date }} {{ value.week }} {{ value.week_day }} {{ value.week_index }} {{ value.year }} Edit |
{% endblock content %}