{% extends "coprs/detail.html" %} {% block title %}Modules for {{ copr.full_name }}{% endblock %} {% from "coprs/detail/_modules_table.html" import modules_table with context %} {% from "coprs/detail/_module_states.html" import module_states with context %} {% set selected_tab = "modules" %} {%block project_breadcrumb %}
Click on the New Module button to build your first module.
{% if g.user and g.user.can_build_in(copr) %} {% endif %}