{% extends 'develop/universes/manage-template.html' %} {% block subcontent %}

Developer Products

Create Developer Product
{% for product in DeveloperProducts: %}
{{product.name}}

Product ID: {{product.productid}}

Total sold: {{product.sales_count}}

{% endfor %} {% if len(DeveloperProducts) == 0: %}

No Developer Products found, create one by clicking the button above

{% endif %}
{% endblock %}