A corporation manager and dashboard for EVE Online
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

8 lines
206 B

  1. <%inherit file="../_default.mako"/>
  2. %if current:
  3. <h2><span class="understate">Campaign:</span> ${current} <!-- select ... --></h2>
  4. <p>Hello! ...</p>
  5. %else:
  6. <p>No campaigns currently.</p>
  7. %endif