{% extends 'psu_base/layout/limited_width.html' %} {% load base_taglib %} {%block title%}Fixture Export Menu{%endblock%} {% block pagecontent %}

Fixture Export Menu

Select which models (tables) you would like exported to a JSON fixture

{%csrf_token%} {%for app_name, models in app_models.items%} {%for model in models%} {%empty%} {%endfor%} {%endfor%}
Application Export
All   None
Model Name Number of Records
{{app_name}} {{model.0}} {%format_decimal model.1 comma=True decimal=False%}

{% endblock %}