{% extends 'base_model/list.html' %} {% import 'lib.html' as lib2 with context %} {% block model_menu_bar %} {% endblock %} {% block list_row_actions scoped %} {%- if admin_view.can_edit -%} {%- endif -%} {% if admin_view.can_create %} {% endif %} {%- if admin_view.can_delete -%}
{% if csrf_token %} {% endif %}
{%- endif -%} {%- if admin_view.can_export -%} {%- endif -%} {%- if allow_startrek_action and allow_startrek_action(project=project, key_name=get_pk_value(row)) -%} {%- endif -%} {% endblock %}