{% extends 'NEMO_fabublox_integration/base.html' %} {% load custom_tags_and_filters %} {% block title %}FabuBlox Tools{% endblock %} {% block feature-tab %}
| {% include 'pagination/pagination_column.html' with order_by='name' name='Name' %} | {% include 'pagination/pagination_column.html' with order_by='last_synced' name='Last Synchronized' %} | {% include 'pagination/pagination_column.html' with order_by='last_synced_by' name='Synchronized By' %} | |
|---|---|---|---|
| {{ tool }} | {% if tool.last_synced %} {{ tool.last_synced|date:"F jS, Y g:i A" }} {% else %} Never synchronized {% endif %} | {% if tool.last_synced_by %}{{ tool.last_synced_by }}{% endif %} |