{% extends "template/template.html" %} {% block title%}{{rb.name}} | Reference Books{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

{{rb.name}}

{% if can_edit %}
{% if rb.can_search %}
{% endif %}
{% endif %} {% for f in rb.refbookfield_set.all %}{% endfor %} {% if can_edit %}{% endif %} {% for d in object_list %} {% for c in d.value %} {% endfor %} {% if can_edit %} {% endif %} {% endfor %}
{{f.name}}
{{c}}
{% if can_edit %}
{% endif %}
{% load paginator %} {% if is_paginated %}
{% paginator %}
{% endif %} {% if can_edit %}

Add new record

{% for f in rb.refbookfield_set.all %}{% endfor %} {% for f in rb.refbookfield_set.all %}{% endfor %}
{{f.name}}
{% endif %} {% endblock %}