{% extends "ci/base.html" %} {% load static %} {% load bootstrap %} {% load seed %} {% block pagetitle %}Registration Management{% endblock %} {% block content %}
Seed Control Interface

Registration Management


{{ form|bootstrap_inline }}

{% for registration in registrations %} {% url 'registrations-detail' registration.id as url %} {% endfor %}
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" }}
{% endblock %}