{% extends 'base.html' %} {% block content %}

{{ system_label }} Rom Manager

{% if files %} {% for f in files %} {% endfor %}
File Name
{{f}}
{% else %}

No roms exist for this emulator - better get uploadin', playa!

{% endif %} {% endblock %} {% block script %} {% endblock %}