{% extends "base.html" %} {% from "_macros.html" import modal %} {% block extra_head %} {% endblock %} {% block content %}

Projects

Discover amazing projects from the DevPlace community
Showing {{ projects|length }} of {{ total_count }} projects
{% for project in projects %} {% else %}
No projects found. Create one!
{% endfor %}
{% include "_load_more.html" %}
{% if user %} {% call modal('create-project-modal', 'Create Project') %}
{% for t in [('game', 'Game'), ('game_asset', 'Game Asset'), ('software', 'Software'), ('mobile_app', 'Mobile App'), ('website', 'Website')] %} {% endfor %}
{% for p in ['PC', 'Windows', 'Mac', 'Linux', 'iOS', 'Android', 'Web', 'Console'] %} {% endfor %}
{% include "_attachment_form.html" %}
{% endcall %} {% else %} + {% endif %} {% endblock %}