{% extends "ci/base.html" %} {% load static %} {% load bootstrap %} {% load seed %} {% block pagetitle %}Registration Management{% endblock %} {% block content %}
Registration | Validated | Stage | Created | Updated |
---|---|---|---|---|
{{ registration.id|truncatechars:12 }} | {{ registration.validated }} | {{ registration | get_stage }} | {{ registration.created_at|get_date|date:"D d M Y H:i" }} | {{ registration.updated_at|get_date|date:"D d M Y H:i" }} |