{% extends request.is_ajax|yesno:"base_ajax.html,base_rigs.html" %} {% load widget_tweaks %} {% load paginator from filters %} {% load url_replace from filters %} {% load orderby from filters %} {% block title %}Venues{% endblock %} {% block content %}
{% include 'partials/generic_list.html' with edit="venue_update" detail="venue_detail" %} {% endblock %}